aceOfDiamonds commited on
Commit
405c5ab
·
1 Parent(s): b888754

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.

s/coreml/config.json CHANGED
@@ -11,8 +11,6 @@
11
  {
12
  "file": "fast_sam_s_coreml_fp16.pte",
13
  "precision": "fp16",
14
- "quantized": false,
15
- "default": true,
16
  "methods": {
17
  "forward": {
18
  "inputs": [
 
11
  {
12
  "file": "fast_sam_s_coreml_fp16.pte",
13
  "precision": "fp16",
 
 
14
  "methods": {
15
  "forward": {
16
  "inputs": [
s/xnnpack/config.json CHANGED
@@ -12,8 +12,6 @@
12
  {
13
  "file": "fast_sam_s_xnnpack_fp32.pte",
14
  "precision": "fp32",
15
- "quantized": false,
16
- "default": true,
17
  "size": "s",
18
  "methods": {
19
  "forward": {
 
12
  {
13
  "file": "fast_sam_s_xnnpack_fp32.pte",
14
  "precision": "fp32",
 
 
15
  "size": "s",
16
  "methods": {
17
  "forward": {
x/coreml/config.json CHANGED
@@ -11,8 +11,6 @@
11
  {
12
  "file": "fast_sam_x_coreml_fp16.pte",
13
  "precision": "fp16",
14
- "quantized": false,
15
- "default": true,
16
  "methods": {
17
  "forward": {
18
  "inputs": [
 
11
  {
12
  "file": "fast_sam_x_coreml_fp16.pte",
13
  "precision": "fp16",
 
 
14
  "methods": {
15
  "forward": {
16
  "inputs": [
x/xnnpack/config.json CHANGED
@@ -12,8 +12,6 @@
12
  {
13
  "file": "fast_sam_x_xnnpack_fp32.pte",
14
  "precision": "fp32",
15
- "quantized": false,
16
- "default": true,
17
  "size": "x",
18
  "methods": {
19
  "forward": {
 
12
  {
13
  "file": "fast_sam_x_xnnpack_fp32.pte",
14
  "precision": "fp32",
 
 
15
  "size": "x",
16
  "methods": {
17
  "forward": {