57c7ce1 389a747 2d61eb4 57c7ce1
1
2
3
4
5
6
7
8
9
10
#!/bin/bash if [ ! -d "llama.cpp" ]; then # only run in dev env pip install mistral-common git clone https://github.com/ggerganov/llama.cpp --depth 1 fi python app.py