captain-awesome commited on
Commit
a278727
·
verified ·
1 Parent(s): 2bdc52b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def main():
82
  # max_new_tokens = 1048,
83
  # temperature = 0.3
84
  # )
85
- llm = AutoModelForCausalLM.from_pretrained("second-state/stablelm-2-zephyr-1.6b-GGUF")
86
 
87
  print("LLM Initialized...")
88
 
 
82
  # max_new_tokens = 1048,
83
  # temperature = 0.3
84
  # )
85
+ llm = AutoModelForCausalLM.from_pretrained("second-state/stablelm-2-zephyr-1.6b-GGUF", model_type="stablelm-2-zephyr-1_6b-Q4_0.gguf")
86
 
87
  print("LLM Initialized...")
88