#!/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