SkyNetWalker commited on
Commit
2e1c918
·
verified ·
1 Parent(s): 23e25d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -12,6 +12,9 @@ import ollama
12
 
13
  # Model from run.sh
14
  AVAILABLE_MODELS = [
 
 
 
15
  'smollm2:360m-instruct-q5_K_M',
16
  'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU
17
  'hf.co/unsloth/gemma-3-4b-it-qat-GGUF:Q4_K_M', #Slow.
 
12
 
13
  # Model from run.sh
14
  AVAILABLE_MODELS = [
15
+ 'hf.co/bartowski/tencent_Hunyuan-4B-Instruct-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
  'smollm2:360m-instruct-q5_K_M',
19
  'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU
20
  'hf.co/unsloth/gemma-3-4b-it-qat-GGUF:Q4_K_M', #Slow.