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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -13,13 +13,11 @@ import ollama
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
21
  #"(ι˜Ώι‡Œεƒε•)Qwen3-4B-Thinking-2507": 'hf.co/bartowski/Qwen_Qwen3-4B-Thinking-2507-GGUF:Q4_K_M',
22
- #"(Google)Gemma3n-e2b-it": 'gemma3n:e2b-it-q4_K_M',
23
  #"(Tencent)ζ··ε…ƒ-1.8B-Instruct":'hf.co/bartowski/tencent_Hunyuan-1.8B-Instruct-GGUF:Q4_K_M',
24
  #"(Tencent)ζ··ε…ƒ-4B-Instruct": 'hf.co/bartowski/tencent_Hunyuan-4B-Instruct-GGUF:Q4_K_M',
25
  "(HuggingFace)SmolLM2-360M": 'smollm2:360m-instruct-q5_K_M'
 
13
 
14
  # Model from run.sh
15
  MODEL_ID_MAP = {
 
 
16
  "(ι˜Ώι‡Œεƒε•)Qwen3-4B-Instruct-2507": 'hf.co/bartowski/Qwen_Qwen3-4B-Instruct-2507-GGUF:Q4_K_M',
17
  "(IBM)Granite3.3-2B": 'granite3.3:2b',
18
  "(Meta)Llama3.2-3B-Instruct": 'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU
19
  #"(ι˜Ώι‡Œεƒε•)Qwen3-4B-Thinking-2507": 'hf.co/bartowski/Qwen_Qwen3-4B-Thinking-2507-GGUF:Q4_K_M',
20
+ "(Google)Gemma3n-e2b-it": 'gemma3n:e2b-it-q4_K_M',
21
  #"(Tencent)ζ··ε…ƒ-1.8B-Instruct":'hf.co/bartowski/tencent_Hunyuan-1.8B-Instruct-GGUF:Q4_K_M',
22
  #"(Tencent)ζ··ε…ƒ-4B-Instruct": 'hf.co/bartowski/tencent_Hunyuan-4B-Instruct-GGUF:Q4_K_M',
23
  "(HuggingFace)SmolLM2-360M": 'smollm2:360m-instruct-q5_K_M'