LoRA-To-GGUF / start.sh
lee-ite's picture
fix
94d6bad
raw
history blame contribute delete
No virus
218 Bytes
curl -s https://api.github.com/repos/ggerganov/llama.cpp/releases/latest | jq -r '.assets[].browser_download_url' | grep -i ubuntu | while read -r url; do curl -LO "$url"; done
unzip *ubuntu*.zip
venv/bin/python app.py