Germano Cavalcante commited on
Commit
7d178fd
·
1 Parent(s): 0b6a91f

Use lightweight models

Browse files
Files changed (1) hide show
  1. start.sh +2 -1
start.sh CHANGED
@@ -12,7 +12,8 @@ sleep 10
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
 
12
 
13
  # Create the model using Ollama
14
  ollama create llama3.2-tunned -f Modelfile
15
+ ollama pull llama3.2:1b
16
+ ollama pull qwen2.5:0.5b
17
 
18
  # Keep the container running indefinitely
19
  tail -f /dev/null