Spaces:
Running
Running
Fix model name
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ model_sentiment.to(device)
|
|
70 |
|
71 |
|
72 |
model_name_or_path = "TheBloke/Llama-2-13B-chat-GGML"
|
73 |
-
model_basename = "llama-2-13b-chat.ggmlv3.q5_1.
|
74 |
|
75 |
# Download the model file
|
76 |
model_path_llama = hf_hub_download(repo_id=model_name_or_path, filename=model_basename)
|
|
|
70 |
|
71 |
|
72 |
model_name_or_path = "TheBloke/Llama-2-13B-chat-GGML"
|
73 |
+
model_basename = "llama-2-13b-chat.ggmlv3.q5_1.bin" # The model is in bin format
|
74 |
|
75 |
# Download the model file
|
76 |
model_path_llama = hf_hub_download(repo_id=model_name_or_path, filename=model_basename)
|