Spaces:
Sleeping
Sleeping
Update run.sh
Browse files
run.sh
CHANGED
@@ -9,11 +9,11 @@ sleep 5
|
|
9 |
# Pull the model from Hugging Face.
|
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 hf.co/unsloth/gemma-3-4b-it-qat-GGUF:Q4_K_M
|
13 |
-
ollama pull hf.co/Menlo/Jan-nano-128k-gguf:Q4_K_M
|
14 |
-
ollama pull hf.co/bartowski/Qwen_Qwen3-4B-GGUF:Q4_K_M
|
15 |
ollama pull hf.co/bartowski/Qwen_Qwen3-1.7B-GGUF:Q5_K_M
|
16 |
-
ollama pull
|
|
|
17 |
|
18 |
# Start the Gradio web application
|
19 |
# This will connect to the Ollama server which is already running.
|
|
|
9 |
# Pull the model from Hugging Face.
|
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 hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M
|
13 |
ollama pull hf.co/unsloth/gemma-3-4b-it-qat-GGUF:Q4_K_M
|
|
|
|
|
14 |
ollama pull hf.co/bartowski/Qwen_Qwen3-1.7B-GGUF:Q5_K_M
|
15 |
+
ollama pull gemma3n:e2b-it-q4_K_M
|
16 |
+
ollama pull granite3.3:2b
|
17 |
|
18 |
# Start the Gradio web application
|
19 |
# This will connect to the Ollama server which is already running.
|