Germano Cavalcante commited on
Commit
618bc9a
·
1 Parent(s): 5c6a670

Fix previous commit

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -12,7 +12,7 @@ sleep 10
12
 
13
  # Create the model using Ollama
14
  ollama create llama3.2-tunned -f Modelfile
15
- ollama run llama3.2-blender-assistant
16
 
17
  # Keep the container running indefinitely
18
  tail -f /dev/null
 
12
 
13
  # Create the model using Ollama
14
  ollama create llama3.2-tunned -f Modelfile
15
+ ollama run llama3.2-tunned
16
 
17
  # Keep the container running indefinitely
18
  tail -f /dev/null