SkyNetWalker commited on
Commit
9e5bc05
·
verified ·
1 Parent(s): 838508d

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
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 'gemma-unsloth'..."
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