langroid-custom-front-end / start_ollama.sh
bentebbutt's picture
Create start_ollama.sh
8b2f332 verified
raw
history blame
198 Bytes
#!/bin/bash
# Start ollama server
echo "Starting ollama server"
ollama serve &
sleep 1
# Pull the phi3 model
echo "Pulling phi3 model"
ollama pull phi3
sleep 5
# Run the run.sh script
bash run.sh