Spaces:
Running
Running
Update run.sh
Browse files
run.sh
CHANGED
@@ -10,14 +10,17 @@ sleep 5
|
|
10 |
# This command downloads the model and makes it available to the API.
|
11 |
# It's the non-interactive version of "ollama run".
|
12 |
ollama pull smollm2:360m-instruct-q5_K_M
|
13 |
-
ollama pull hf.co/ggml-org/SmolLM3-3B-GGUF:Q4_K_M
|
14 |
-
ollama pull hf.co/bartowski/nvidia_OpenReasoning-Nemotron-1.5B-GGUF:Q5_K_M
|
15 |
ollama pull hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M
|
16 |
ollama pull hf.co/unsloth/gemma-3-4b-it-qat-GGUF:Q4_K_M
|
17 |
ollama pull hf.co/bartowski/Qwen_Qwen3-1.7B-GGUF:Q5_K_M
|
18 |
ollama pull gemma3n:e2b-it-q4_K_M
|
19 |
ollama pull granite3.3:2b
|
20 |
|
|
|
|
|
|
|
|
|
|
|
21 |
# Start the Gradio web application
|
22 |
# This will connect to the Ollama server which is already running.
|
23 |
python3 app.py
|
|
|
10 |
# This command downloads the model and makes it available to the API.
|
11 |
# It's the non-interactive version of "ollama run".
|
12 |
ollama pull smollm2:360m-instruct-q5_K_M
|
|
|
|
|
13 |
ollama pull hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M
|
14 |
ollama pull hf.co/unsloth/gemma-3-4b-it-qat-GGUF:Q4_K_M
|
15 |
ollama pull hf.co/bartowski/Qwen_Qwen3-1.7B-GGUF:Q5_K_M
|
16 |
ollama pull gemma3n:e2b-it-q4_K_M
|
17 |
ollama pull granite3.3:2b
|
18 |
|
19 |
+
#---- 20250722 fail to run
|
20 |
+
#ollama pull hf.co/ggml-org/SmolLM3-3B-GGUF:Q4_K_M
|
21 |
+
#ollama pull hf.co/bartowski/nvidia_OpenReasoning-Nemotron-1.5B-GGUF:Q5_K_M
|
22 |
+
|
23 |
+
|
24 |
# Start the Gradio web application
|
25 |
# This will connect to the Ollama server which is already running.
|
26 |
python3 app.py
|