#!/bin/bash set -e echo "Starting LLaMA server..." cd llama.cpp cd .. sleep 60 echo "Starting Flask server..." python Flask-llama.py