SkyNetWalker commited on
Commit
cec654d
·
verified ·
1 Parent(s): 59cd2f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import ollama
12
 
13
  # Model from run.sh
14
  AVAILABLE_MODELS = [
15
- 'hf.co/bartowski/Qwen_Qwen3-1.7B-GGUF:Q5_K_M',
16
  'hf.co/bartowski/Qwen_Qwen3-4B-Instruct-2507-GGUF:Q4_K_M',
17
  #'hf.co/bartowski/Qwen_Qwen3-4B-Thinking-2507-GGUF:Q4_K_M',
18
  'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU
 
12
 
13
  # Model from run.sh
14
  AVAILABLE_MODELS = [
15
+ 'hf.co/bartowski/Qwen_Qwen3-1.7B-GGUF:Q4_K_M',
16
  'hf.co/bartowski/Qwen_Qwen3-4B-Instruct-2507-GGUF:Q4_K_M',
17
  #'hf.co/bartowski/Qwen_Qwen3-4B-Thinking-2507-GGUF:Q4_K_M',
18
  'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU