Spaces:
Sleeping
Sleeping
Update start.sh
Browse files
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
|
| 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
|