File size: 146 Bytes
57c7ce1
 
 
 
2d61eb4
57c7ce1
 
 
1
2
3
4
5
6
7
8
9
#!/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