Spaces:
Running
Running
Update run.sh
Browse files
run.sh
CHANGED
@@ -17,7 +17,7 @@ echo "Ollama started."
|
|
17 |
# Create the model from the Modelfile. This registers the downloaded GGUF file with Ollama.
|
18 |
# 'gemma-unsloth' is the name we will use to refer to this model in our application.
|
19 |
echo "Creating model 'gemma-unsloth'..."
|
20 |
-
ollama create
|
21 |
echo "Model created."
|
22 |
|
23 |
# Run the Gradio application.
|
|
|
17 |
# Create the model from the Modelfile. This registers the downloaded GGUF file with Ollama.
|
18 |
# 'gemma-unsloth' is the name we will use to refer to this model in our application.
|
19 |
echo "Creating model 'gemma-unsloth'..."
|
20 |
+
ollama create gemma3_4b_it_qat -f Modelfile
|
21 |
echo "Model created."
|
22 |
|
23 |
# Run the Gradio application.
|