aceOfDiamonds commited on
Commit
0a39ace
·
1 Parent(s): 0fbcd27

Stop restating quantized, and drop the unused default

Browse files

quantized duplicated precisions.json, which is authoritative for the
quantized/non-quantized partition. default expressed a per-repository
recommendation nothing consumed: the library resolves its own per-platform
default. Both are gone from the schema.

coreml/config.json CHANGED
@@ -17,8 +17,6 @@
17
  "text": "clip_vit_base_patch32_text_coreml_fp16.pte"
18
  },
19
  "precision": "fp16",
20
- "quantized": false,
21
- "default": true,
22
  "methods": {
23
  "image": {
24
  "forward": {
 
17
  "text": "clip_vit_base_patch32_text_coreml_fp16.pte"
18
  },
19
  "precision": "fp16",
 
 
20
  "methods": {
21
  "image": {
22
  "forward": {
mlx/config.json CHANGED
@@ -11,8 +11,6 @@
11
  {
12
  "file": "clip_vit_base_patch32_image_mlx_int8.pte",
13
  "precision": "int8",
14
- "quantized": true,
15
- "default": true,
16
  "methods": {
17
  "forward": {
18
  "inputs": [
 
11
  {
12
  "file": "clip_vit_base_patch32_image_mlx_int8.pte",
13
  "precision": "int8",
 
 
14
  "methods": {
15
  "forward": {
16
  "inputs": [
vulkan/config.json CHANGED
@@ -17,8 +17,6 @@
17
  "text": "clip_vit_base_patch32_text_vulkan_fp16.pte"
18
  },
19
  "precision": "fp16",
20
- "quantized": false,
21
- "default": true,
22
  "methods": {
23
  "image": {
24
  "forward": {
 
17
  "text": "clip_vit_base_patch32_text_vulkan_fp16.pte"
18
  },
19
  "precision": "fp16",
 
 
20
  "methods": {
21
  "image": {
22
  "forward": {
xnnpack/config.json CHANGED
@@ -12,8 +12,6 @@
12
  {
13
  "file": null,
14
  "precision": "fp32",
15
- "quantized": false,
16
- "default": true,
17
  "methods": {
18
  "image": {
19
  "forward": {
 
12
  {
13
  "file": null,
14
  "precision": "fp32",
 
 
15
  "methods": {
16
  "image": {
17
  "forward": {