Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
const MODELS = {
|
42 |
vp_quantized: {
|
43 |
base_url:
|
44 |
-
"https://
|
45 |
model: "model-q4k.gguf",
|
46 |
tokenizer: "tokenizer.json",
|
47 |
config: "phi-1_5.json",
|
|
|
41 |
const MODELS = {
|
42 |
vp_quantized: {
|
43 |
base_url:
|
44 |
+
"https://hf-mirror.com/lmz/candle-quantized-phi/resolve/main/",
|
45 |
model: "model-q4k.gguf",
|
46 |
tokenizer: "tokenizer.json",
|
47 |
config: "phi-1_5.json",
|