gguf-my-lora / start.sh
ngxson's picture
ngxson HF staff
update github repo
2d61eb4
raw
history blame contribute delete
146 Bytes
#!/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