Commit ·
513dbbf
1
Parent(s): a664c0c
Stop restating quantized, and drop the unused default
Browse filesquantized 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 +0 -2
- vulkan/config.json +0 -2
- xnnpack/config.json +0 -2
coreml/config.json
CHANGED
|
@@ -11,8 +11,6 @@
|
|
| 11 |
{
|
| 12 |
"file": "all_minilm_l6_v2_coreml_fp16.pte",
|
| 13 |
"precision": "fp16",
|
| 14 |
-
"quantized": false,
|
| 15 |
-
"default": true,
|
| 16 |
"methods": {
|
| 17 |
"forward": {
|
| 18 |
"inputs": [
|
|
|
|
| 11 |
{
|
| 12 |
"file": "all_minilm_l6_v2_coreml_fp16.pte",
|
| 13 |
"precision": "fp16",
|
|
|
|
|
|
|
| 14 |
"methods": {
|
| 15 |
"forward": {
|
| 16 |
"inputs": [
|
vulkan/config.json
CHANGED
|
@@ -11,8 +11,6 @@
|
|
| 11 |
{
|
| 12 |
"file": "all_minilm_l6_v2_vulkan_fp16.pte",
|
| 13 |
"precision": "fp16",
|
| 14 |
-
"quantized": false,
|
| 15 |
-
"default": true,
|
| 16 |
"methods": {
|
| 17 |
"forward": {
|
| 18 |
"inputs": [
|
|
|
|
| 11 |
{
|
| 12 |
"file": "all_minilm_l6_v2_vulkan_fp16.pte",
|
| 13 |
"precision": "fp16",
|
|
|
|
|
|
|
| 14 |
"methods": {
|
| 15 |
"forward": {
|
| 16 |
"inputs": [
|
xnnpack/config.json
CHANGED
|
@@ -11,8 +11,6 @@
|
|
| 11 |
{
|
| 12 |
"file": "all_minilm_l6_v2_xnnpack_fp32.pte",
|
| 13 |
"precision": "fp32",
|
| 14 |
-
"quantized": false,
|
| 15 |
-
"default": true,
|
| 16 |
"methods": {
|
| 17 |
"forward": {
|
| 18 |
"inputs": [
|
|
|
|
| 11 |
{
|
| 12 |
"file": "all_minilm_l6_v2_xnnpack_fp32.pte",
|
| 13 |
"precision": "fp32",
|
|
|
|
|
|
|
| 14 |
"methods": {
|
| 15 |
"forward": {
|
| 16 |
"inputs": [
|