manojpatil commited on
Commit
611a54e
·
1 Parent(s): 86033d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "lllama-2-7b-chat.Q2_K.gguf" # The filename you want to save the downloaded file as
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