Spaces:
Runtime error
Runtime error
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -14,7 +14,7 @@ fi
|
|
| 14 |
|
| 15 |
# Pull the model (llama3.2)
|
| 16 |
echo "Pulling llama3.2 model..."
|
| 17 |
-
ollama pull llama3.2
|
| 18 |
|
| 19 |
# Start Streamlit
|
| 20 |
echo "Starting Streamlit..."
|
|
|
|
| 14 |
|
| 15 |
# Pull the model (llama3.2)
|
| 16 |
echo "Pulling llama3.2 model..."
|
| 17 |
+
ollama pull llama3.2:1b
|
| 18 |
|
| 19 |
# Start Streamlit
|
| 20 |
echo "Starting Streamlit..."
|