bentebbutt commited on
Commit
f8872c8
·
verified ·
1 Parent(s): 0616139

Update start_ollama.sh

Browse files
Files changed (1) hide show
  1. start_ollama.sh +1 -7
start_ollama.sh CHANGED
@@ -15,12 +15,6 @@ echo "ollama server started"
15
  echo "Pulling phi3 model"
16
  ollama pull phi3
17
 
18
- # Wait for the model to be pulled
19
- echo "Waiting for model to be pulled..."
20
- while ! ls /.ollama/models/phi3 > /dev/null 2>&1; do
21
- sleep 1
22
- done
23
- echo "Model pulled successfully"
24
-
25
  # Run the start_app.sh script
 
26
  bash start_app.sh
 
15
  echo "Pulling phi3 model"
16
  ollama pull phi3
17
 
 
 
 
 
 
 
 
18
  # Run the start_app.sh script
19
+ echo "Running start_app.sh script"
20
  bash start_app.sh