Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#3
by
Artples
- opened
app.py
CHANGED
@@ -17,20 +17,7 @@ from dl_hf_model import dl_hf_model
|
|
17 |
from loguru import logger
|
18 |
|
19 |
filename_list = [
|
20 |
-
|
21 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_L.bin",
|
22 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_M.bin",
|
23 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q3_K_S.bin",
|
24 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_0.bin",
|
25 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_1.bin",
|
26 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_M.bin",
|
27 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_S.bin",
|
28 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_0.bin",
|
29 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_1.bin",
|
30 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_M.bin",
|
31 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q5_K_S.bin",
|
32 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q6_K.bin",
|
33 |
-
"Wizard-Vicuna-7B-Uncensored.ggmlv3.q8_0.bin",
|
34 |
]
|
35 |
|
36 |
URL = "https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/raw/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_M.bin" # 4.05G
|
|
|
17 |
from loguru import logger
|
18 |
|
19 |
filename_list = [
|
20 |
+
"https://huggingface.co/TheBloke/Llama-2-13B-chat-GGML/blob/main/llama-2-13b-chat.ggmlv3.q3_K_L.bin",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
]
|
22 |
|
23 |
URL = "https://huggingface.co/TheBloke/Wizard-Vicuna-7B-Uncensored-GGML/raw/main/Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_K_M.bin" # 4.05G
|