Distilledoreo commited on
Commit
81a9061
·
verified ·
1 Parent(s): a8d47ba

Add GLM app config with absolute URLs

Browse files
Files changed (1) hide show
  1. config/glm-app-config.json +11 -0
config/glm-app-config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "useIndexedDBCache": false,
3
+ "model_list": [
4
+ {
5
+ "model": "https://huggingface.co/Distilledoreo/GLM-OCR-WebLLM/resolve/main/GLM-OCR-q4f16_1-MLC/",
6
+ "model_id": "GLM-OCR-q4f16_1-MLC",
7
+ "model_lib": "https://huggingface.co/Distilledoreo/GLM-OCR-WebLLM/resolve/main/libs/GLM-OCR-q4f16_1-webgpu.wasm",
8
+ "model_type": 2
9
+ }
10
+ ]
11
+ }