boryasbora commited on
Commit
18d1a2d
·
verified ·
1 Parent(s): 203b558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.gguf"
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"
85
 
86
  # Load the tokenizer and model
87
  tokenizer = AutoTokenizer.from_pretrained(model_name)