Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def get_chain(temperature):
|
|
81 |
|
82 |
# Replace the local OLMOLLM with the Hugging Face model
|
83 |
|
84 |
-
model_name = "OLMo-7B-Instruct-Q4_K_M"
|
85 |
|
86 |
# Load the tokenizer and model
|
87 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
|
81 |
|
82 |
# Replace the local OLMOLLM with the Hugging Face model
|
83 |
|
84 |
+
model_name = "OLMo-7B-Instruct-Q4_K_M.gguf"
|
85 |
|
86 |
# Load the tokenizer and model
|
87 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|