Spaces:
Runtime error
Runtime error
File size: 97 Bytes
3d6b505 |
1 2 3 4 5 6 7 8 9 10 11 |
./bin/ollama serve &
pif=$!
sleep 5
echo "Pulling llama3 model"
ollama pull llama3
wait $pid |