Spaces:
Sleeping
Sleeping
Update app20250811.py
Browse files- app20250811.py +0 -9
app20250811.py
CHANGED
@@ -10,15 +10,6 @@ import ollama
|
|
10 |
# List of available models for selection.
|
11 |
# IMPORTANT: These names must correspond to models that have been either
|
12 |
|
13 |
-
ollama pull hf.co/bartowski/Qwen_Qwen3-4B-Instruct-2507-GGUF:Q4_K_M
|
14 |
-
#ollama pull hf.co/bartowski/Qwen_Qwen3-4B-Thinking-2507-GGUF:Q4_K_M
|
15 |
-
ollama pull smollm2:360m-instruct-q5_K_M
|
16 |
-
ollama pull hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M
|
17 |
-
#ollama pull gemma3n:e2b-it-q4_K_M #slow on Spaces CPU
|
18 |
-
ollama pull granite3.3:2b
|
19 |
-
ollama pull hf.co/bartowski/tencent_Hunyuan-4B-Instruct-GGUF:Q4_K_M
|
20 |
-
|
21 |
-
|
22 |
# Model from run.sh
|
23 |
AVAILABLE_MODELS = [
|
24 |
'hf.co/bartowski/Qwen_Qwen3-4B-Instruct-2507-GGUF:Q4_K_M',
|
|
|
10 |
# List of available models for selection.
|
11 |
# IMPORTANT: These names must correspond to models that have been either
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
# Model from run.sh
|
14 |
AVAILABLE_MODELS = [
|
15 |
'hf.co/bartowski/Qwen_Qwen3-4B-Instruct-2507-GGUF:Q4_K_M',
|