Spaces:
Sleeping
Sleeping
model updated - HuggingFaceH4/zephyr-7b-alpha
Browse files
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 = "
|
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 |
|