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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ if hf_token:
15
  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
 
 
15
  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