Spaces:
Sleeping
Sleeping
ho...
Browse fileshope it works
app.py
CHANGED
@@ -14,8 +14,10 @@ def download_file(file_link, filename):
|
|
14 |
|
15 |
|
16 |
# Dowloading GGML model from HuggingFace
|
17 |
-
ggml_model_path = "https://huggingface.co/CRD716/ggml-vicuna-1.1-quantized/resolve/main/ggml-vicuna-7b-1.1-q4_1.bin"
|
18 |
-
filename = "ggml-vicuna-7b-1.1-q4_1.bin"
|
|
|
|
|
19 |
|
20 |
download_file(ggml_model_path, filename)
|
21 |
|
|
|
14 |
|
15 |
|
16 |
# Dowloading GGML model from HuggingFace
|
17 |
+
# ggml_model_path = "https://huggingface.co/CRD716/ggml-vicuna-1.1-quantized/resolve/main/ggml-vicuna-7b-1.1-q4_1.bin"
|
18 |
+
# filename = "ggml-vicuna-7b-1.1-q4_1.bin"
|
19 |
+
ggml_model_path = "https://huggingface.co/eachadea/ggml-vicuna-13b-1.1/blob/main/ggml-old-vic13b-q5_1.bin"
|
20 |
+
filename = "ggml-old-vic13b-q5_1.bin"
|
21 |
|
22 |
download_file(ggml_model_path, filename)
|
23 |
|