ShriAishu commited on
Commit
ad4c570
·
verified ·
1 Parent(s): 8bc00a0

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +6 -0
start.sh CHANGED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ ollama serve &
3
+ sleep 5
4
+ ollama pull qwen3.5:2b
5
+ ollama list
6
+ wait