Lhumpal commited on
Commit
5221913
·
verified ·
1 Parent(s): 93a80e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ else:
16
  raise ValueError("HF_TOKEN environment variable not set. Please add it as a secret in your Hugging Face Space.")
17
 
18
  # model_name = 'llama3.2'
19
- model_name = 'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M'
20
 
21
  model = ollama.pull(model_name)
22
 
 
16
  raise ValueError("HF_TOKEN environment variable not set. Please add it as a secret in your Hugging Face Space.")
17
 
18
  # model_name = 'llama3.2'
19
+ model_name = 'hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF:Q4_K_M'
20
 
21
  model = ollama.pull(model_name)
22