Update start.sh
Browse files
start.sh
CHANGED
|
@@ -11,9 +11,10 @@ done
|
|
| 11 |
|
| 12 |
# Pull required models
|
| 13 |
ollama pull nomic-embed-text
|
| 14 |
-
ollama pull llama3.2
|
| 15 |
ollama pull mistral
|
| 16 |
ollama pull tinyllama
|
| 17 |
|
|
|
|
| 18 |
# Run Streamlit app
|
| 19 |
-
/home/user/.local/bin/streamlit run src/streamlit_app.py --server.port=8501 --server.address=0.0.0.0
|
|
|
|
| 11 |
|
| 12 |
# Pull required models
|
| 13 |
ollama pull nomic-embed-text
|
| 14 |
+
ollama pull llama3.2
|
| 15 |
ollama pull mistral
|
| 16 |
ollama pull tinyllama
|
| 17 |
|
| 18 |
+
|
| 19 |
# Run Streamlit app
|
| 20 |
+
/home/user/.local/bin/streamlit run src/streamlit_app.py --server.port=8501 --server.enableCORS false --server.enableXsrfProtection false --server.address=0.0.0.0
|