Spaces:
Runtime error
Runtime error
Commit
·
611a54e
1
Parent(s):
86033d5
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ vectorstore = Milvus(connection_args=connection_args, collection_name=collection
|
|
45 |
#downloading the model
|
46 |
|
47 |
url = "https://huggingface.co/TheBloke/Llama-2-7b-Chat-GGUF/resolve/main/llama-2-7b-chat.Q2_K.gguf"
|
48 |
-
output_file = "
|
49 |
|
50 |
response = requests.get(url)
|
51 |
|
|
|
45 |
#downloading the model
|
46 |
|
47 |
url = "https://huggingface.co/TheBloke/Llama-2-7b-Chat-GGUF/resolve/main/llama-2-7b-chat.Q2_K.gguf"
|
48 |
+
output_file = "llama-2-7b-chat.Q2_K.gguf" # The filename you want to save the downloaded file as
|
49 |
|
50 |
response = requests.get(url)
|
51 |
|