GLM-OCR-WebLLM / config /glm-app-config.json
Distilledoreo's picture
Add GLM app config with absolute URLs
81a9061 verified
raw
history blame contribute delete
354 Bytes
{
"useIndexedDBCache": false,
"model_list": [
{
"model": "https://huggingface.co/Distilledoreo/GLM-OCR-WebLLM/resolve/main/GLM-OCR-q4f16_1-MLC/",
"model_id": "GLM-OCR-q4f16_1-MLC",
"model_lib": "https://huggingface.co/Distilledoreo/GLM-OCR-WebLLM/resolve/main/libs/GLM-OCR-q4f16_1-webgpu.wasm",
"model_type": 2
}
]
}