makkzone commited on
Commit
1f702aa
·
verified ·
1 Parent(s): cd0725e

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
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..."