brendon-ai commited on
Commit
588ad6b
·
verified ·
1 Parent(s): 6340c61

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +3 -0
startup.sh CHANGED
@@ -29,6 +29,9 @@ for i in {1..30}; do
29
  sleep 2
30
  done
31
 
 
 
 
32
  # Optional: Pull a model (uncomment and modify as needed)
33
  # echo "Pulling llama2 model..."
34
  # ollama pull tinyllama:1.1b
 
29
  sleep 2
30
  done
31
 
32
+ ollama list
33
+
34
+
35
  # Optional: Pull a model (uncomment and modify as needed)
36
  # echo "Pulling llama2 model..."
37
  # ollama pull tinyllama:1.1b