#!/bin/bash if [ ! -d "llama.cpp" ]; then # only run in dev env git clone https://github.com/ggerganov/llama.cpp --depth 1 fi python app.py