SkyNetWalker commited on
Commit
c8442ea
·
verified ·
1 Parent(s): 32b998c

Update run.sh

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