rame commited on
Commit
1c1f718
·
verified ·
1 Parent(s): cc5b9c5

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +2 -1
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
- ollama pull phi3
 
1
  curl -fsSL https://ollama.com/install.sh | sh
2
 
3
  # Start Ollama in the background
4
+ ollama run phi3
5
  ollama serve &
6
+