Dhruv-Ty commited on
Commit
070c106
·
verified ·
1 Parent(s): 9557537

model updated - HuggingFaceH4/zephyr-7b-alpha

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def initialize_agent(
54
  checkpointer = MemorySaver()
55
 
56
  # Load local Hugging Face model
57
- hf_model_id = model_id = "TheBloke/Mistral-7B-Instruct-v0.2-GGUF"
58
  tokenizer = AutoTokenizer.from_pretrained(hf_model_id)
59
  raw_model = AutoModelForCausalLM.from_pretrained(hf_model_id, device_map="auto")
60
 
 
54
  checkpointer = MemorySaver()
55
 
56
  # Load local Hugging Face model
57
+ hf_model_id = model_id = "HuggingFaceH4/zephyr-7b-alpha"
58
  tokenizer = AutoTokenizer.from_pretrained(hf_model_id)
59
  raw_model = AutoModelForCausalLM.from_pretrained(hf_model_id, device_map="auto")
60