webgpu-chat / models.json
Guenther Schmuelling
init
27e3c14
raw
history blame
2.07 kB
{
"qwen3-0.6b": {
"path": "schmuell/Qwen3-0.6B",
"reason": true,
"use_external_data_format": true,
"loc": "local"
},
"qwen3-1.7b": {
"path": "schmuell/Qwen3-1.7B",
"reason": true,
"use_external_data_format": 1,
"loc": "local"
},
"SmolLM2-1.7B": {
"path": "schmuell/SmolLM2-1.7B-Instruct",
"reason": false,
"use_external_data_format": true,
"loc": "local"
},
"Phi3.5": {
"path": "schmuell/Phi-3.5-mini-instruct-onnx-web",
"reason": false,
"use_external_data_format": true,
"loc": "local"
},
"qwen3-4b": {
"path": "schmuell/Qwen3-4B",
"reason": true,
"use_external_data_format": 2,
"loc": "local"
},
"qwen3-8b": {
"path": "schmuell/Qwen3-8B",
"reason": true,
"use_external_data_format": 3,
"loc": "local"
},
"llama3.2-1b": {
"path": "llm/Llama-3.2-1B-Instruct",
"reason": false,
"use_external_data_format": true,
"loc": "local"
},
"DeepSeek-R1-Distill-Qwen-1.5B": {
"path": "llm/DeepSeek-R1-Distill-Qwen-1.5B",
"reason": false,
"use_external_data_format": true,
"loc": "local"
},
"DeepSeek-R1-0528-Qwen3-8B": {
"path": "llm/DeepSeek-R1-0528-Qwen3-8B",
"reason": false,
"use_external_data_format": 3,
"loc": "local"
},
"Phi4": {
"path": "llm/Phi-4-mini-instruct",
"reason": false,
"use_external_data_format": 2,
"loc": "local"
},
"gemma3-1b": {
"path": "llm/gemma-3-1b-it",
"reason": false,
"use_external_data_format": true,
"loc": "local"
},
"smollm2": {
"path": "llm/SmolLM2-1.7B-Instruct",
"reason": false,
"use_external_data_format": true,
"loc": "local"
},
"foo": {
"path": "llm/foo",
"reason": false,
"use_external_data_format": 3,
"loc": "local"
}
}