Mahadih534 commited on
Commit
f6e4da7
·
verified ·
1 Parent(s): b3ff7e9

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -30,6 +30,6 @@ echo "Ollama is ready."
30
  # Print the API URL
31
  echo "API is running on: http://0.0.0.0:7860"
32
 
33
- ollama run smollm:135m
34
  # Start the FastAPI server
35
  streamlit run app.py --server.port 7860
 
30
  # Print the API URL
31
  echo "API is running on: http://0.0.0.0:7860"
32
 
33
+ ollama pull smollm:135m
34
  # Start the FastAPI server
35
  streamlit run app.py --server.port 7860