Spaces:
Running
Running
Germano Cavalcante
commited on
Commit
·
7d178fd
1
Parent(s):
0b6a91f
Use lightweight models
Browse files
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
|
|
|
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
|