Spaces:
Running
Running
Update public/models.json
Browse files- public/models.json +8 -8
public/models.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
| 1 |
{
|
| 2 |
"llama3.2-1b": {
|
| 3 |
-
"path": "
|
| 4 |
"reason": false,
|
| 5 |
"use_external_data_format": true,
|
| 6 |
"loc": "local"
|
| 7 |
},
|
| 8 |
"qwen3-1.7b": {
|
| 9 |
-
"path": "
|
| 10 |
"reason": true,
|
| 11 |
"loc": "local"
|
| 12 |
},
|
| 13 |
"qwen3-0.6b": {
|
| 14 |
-
"path": "
|
| 15 |
"reason": true,
|
| 16 |
"use_external_data_format": true,
|
| 17 |
"loc": "local"
|
| 18 |
},
|
| 19 |
"SmolLM2-1.7B": {
|
| 20 |
-
"path": "
|
| 21 |
"reason": false,
|
| 22 |
"use_external_data_format": true,
|
| 23 |
"loc": "local"
|
| 24 |
},
|
| 25 |
"Phi3.5": {
|
| 26 |
-
"path": "
|
| 27 |
"reason": false,
|
| 28 |
"use_external_data_format": true,
|
| 29 |
"loc": "local"
|
| 30 |
},
|
| 31 |
"tinyllama": {
|
| 32 |
-
"path": "
|
| 33 |
"reason": false,
|
| 34 |
"use_external_data_format": true,
|
| 35 |
"loc": "local"
|
| 36 |
},
|
| 37 |
"gemma-3-270m": {
|
| 38 |
-
"path": "
|
| 39 |
"reason": false,
|
| 40 |
"use_external_data_format": true,
|
| 41 |
"loc": "local"
|
| 42 |
},
|
| 43 |
"DeepSeek-R1-Distill-Qwen-1.5B": {
|
| 44 |
-
"path": "
|
| 45 |
"reason": false,
|
| 46 |
"use_external_data_format": true,
|
| 47 |
"loc": "local"
|
|
|
|
| 1 |
{
|
| 2 |
"llama3.2-1b": {
|
| 3 |
+
"path": "huggingworld/Llama-3.2-1B-Instruct",
|
| 4 |
"reason": false,
|
| 5 |
"use_external_data_format": true,
|
| 6 |
"loc": "local"
|
| 7 |
},
|
| 8 |
"qwen3-1.7b": {
|
| 9 |
+
"path": "huggingworld/Qwen3-1.7B",
|
| 10 |
"reason": true,
|
| 11 |
"loc": "local"
|
| 12 |
},
|
| 13 |
"qwen3-0.6b": {
|
| 14 |
+
"path": "huggingworld/Qwen3-0.6B",
|
| 15 |
"reason": true,
|
| 16 |
"use_external_data_format": true,
|
| 17 |
"loc": "local"
|
| 18 |
},
|
| 19 |
"SmolLM2-1.7B": {
|
| 20 |
+
"path": "huggingworld/SmolLM2-1.7B-Instruct",
|
| 21 |
"reason": false,
|
| 22 |
"use_external_data_format": true,
|
| 23 |
"loc": "local"
|
| 24 |
},
|
| 25 |
"Phi3.5": {
|
| 26 |
+
"path": "huggingworld/Phi-3.5-mini-instruct-onnx-web",
|
| 27 |
"reason": false,
|
| 28 |
"use_external_data_format": true,
|
| 29 |
"loc": "local"
|
| 30 |
},
|
| 31 |
"tinyllama": {
|
| 32 |
+
"path": "huggingworld/TinyLlama-1.1B-Chat-v1.0",
|
| 33 |
"reason": false,
|
| 34 |
"use_external_data_format": true,
|
| 35 |
"loc": "local"
|
| 36 |
},
|
| 37 |
"gemma-3-270m": {
|
| 38 |
+
"path": "huggingworld/gemma-3-270m-it-ONNX",
|
| 39 |
"reason": false,
|
| 40 |
"use_external_data_format": true,
|
| 41 |
"loc": "local"
|
| 42 |
},
|
| 43 |
"DeepSeek-R1-Distill-Qwen-1.5B": {
|
| 44 |
+
"path": "huggingworld/DeepSeek-R1-Distill-Qwen-1.5B-ONNX",
|
| 45 |
"reason": false,
|
| 46 |
"use_external_data_format": true,
|
| 47 |
"loc": "local"
|