Spaces:
Running
Running
Update run.sh
Browse files
run.sh
CHANGED
@@ -16,7 +16,7 @@ echo "Ollama started."
|
|
16 |
|
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 '
|
20 |
ollama create gemma3_4b_it_qat -f Modelfile
|
21 |
echo "Model created."
|
22 |
|
|
|
16 |
|
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 'create gemma3_4b_it_qat'..."
|
20 |
ollama create gemma3_4b_it_qat -f Modelfile
|
21 |
echo "Model created."
|
22 |
|