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