Spaces:
Sleeping
Sleeping
Update start.sh
Browse files
start.sh
CHANGED
@@ -31,5 +31,6 @@ echo "Ollama is ready."
|
|
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
|
|
|
31 |
echo "API is running on: http://0.0.0.0:7860"
|
32 |
|
33 |
ollama pull smollm:135m
|
34 |
+
ollama pull deepseek-r1:1.5b
|
35 |
# Start the FastAPI server
|
36 |
streamlit run app.py --server.port 7860
|