SkyNetWalker commited on
Commit
bc19f9d
Β·
verified Β·
1 Parent(s): a7af528

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ import ollama
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
 
13
 
14
  # Model from run.sh
15
  MODEL_ID_MAP = {
16
+ "(Google)Gemma-3-270M-it": 'hf.co/unsloth/gemma-3-270m-it-GGUF:Q5_K_M',
17
  "(ι˜Ώι‡Œεƒε•)Qwen3-4B-Instruct-2507": 'hf.co/bartowski/Qwen_Qwen3-4B-Instruct-2507-GGUF:Q4_K_M',
18
  "(IBM)Granite3.3-2B": 'granite3.3:2b',
19
  "(Meta)Llama3.2-3B-Instruct": 'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU