SkyNetWalker commited on
Commit
0b02dbe
Β·
verified Β·
1 Parent(s): cc387c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ import ollama
13
 
14
  # Model from run.sh
15
  MODEL_ID_MAP = {
16
- "(ι˜Ώι‡Œεƒε•)Qwen3-0.6B": 'ollama pull hf.co/unsloth/Qwen3-0.6B-GGUF:Q5_K_M',
17
- "(ι˜Ώι‡Œεƒε•)Qwen3-1.7B": 'ollama pull hf.co/unsloth/Qwen3-1.7B-GGUF:Q5_K_M',
18
  "(ι˜Ώι‡Œεƒε•)Qwen3-4B-Instruct-2507": 'hf.co/bartowski/Qwen_Qwen3-4B-Instruct-2507-GGUF:Q4_K_M',
19
  "(IBM)Granite3.3-2B": 'granite3.3:2b',
20
  "(Meta)Llama3.2-3B-Instruct": 'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU
 
13
 
14
  # Model from run.sh
15
  MODEL_ID_MAP = {
16
+ "(ι˜Ώι‡Œεƒε•)Qwen3-0.6B": 'hf.co/unsloth/Qwen3-0.6B-GGUF:Q5_K_M',
17
+ "(ι˜Ώι‡Œεƒε•)Qwen3-1.7B": 'hf.co/unsloth/Qwen3-1.7B-GGUF:Q5_K_M',
18
  "(ι˜Ώι‡Œεƒε•)Qwen3-4B-Instruct-2507": 'hf.co/bartowski/Qwen_Qwen3-4B-Instruct-2507-GGUF:Q4_K_M',
19
  "(IBM)Granite3.3-2B": 'granite3.3:2b',
20
  "(Meta)Llama3.2-3B-Instruct": 'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU