Spaces:
Running
Running
Update src/index.ts
Browse files- src/index.ts +4 -4
src/index.ts
CHANGED
|
@@ -17,13 +17,13 @@ const appConfig = {
|
|
| 17 |
model_list: [
|
| 18 |
{
|
| 19 |
model_url:
|
| 20 |
-
"https://huggingface.co/
|
| 21 |
-
local_id: "Mistral-7B-
|
| 22 |
},
|
| 23 |
],
|
| 24 |
model_lib_map: {
|
| 25 |
-
"Mistral-7B-
|
| 26 |
-
"https://huggingface.co/
|
| 27 |
},
|
| 28 |
use_web_worker: true,
|
| 29 |
};
|
|
|
|
| 17 |
model_list: [
|
| 18 |
{
|
| 19 |
model_url:
|
| 20 |
+
"https://huggingface.co/hrishioa/wasm-ANIMA-Phi-Neptune-Mistral-7B-q4f32_1/resolve/main/params/",
|
| 21 |
+
local_id: "ANIMA-Phi-Neptune-Mistral-7B-q4f32_1",
|
| 22 |
},
|
| 23 |
],
|
| 24 |
model_lib_map: {
|
| 25 |
+
"ANIMA-Phi-Neptune-Mistral-7B-q4f32_1":
|
| 26 |
+
"https://huggingface.co/hrishioa/wasm-ANIMA-Phi-Neptune-Mistral-7B-q4f32_1/resolve/main/ANIMA-Phi-Neptune-Mistral-7B-q4f32_1-webgpu.wasm",
|
| 27 |
},
|
| 28 |
use_web_worker: true,
|
| 29 |
};
|