Spaces:
Sleeping
Sleeping
Update setup.sh
Browse files
setup.sh
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
curl -fsSL https://ollama.com/install.sh | sh
|
| 2 |
|
| 3 |
# Start Ollama in the background
|
|
|
|
| 4 |
ollama serve &
|
| 5 |
-
|
|
|
|
| 1 |
curl -fsSL https://ollama.com/install.sh | sh
|
| 2 |
|
| 3 |
# Start Ollama in the background
|
| 4 |
+
ollama run phi3
|
| 5 |
ollama serve &
|
| 6 |
+
|