Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ggml-org
/
gguf-my-lora
like
31
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2d61eb4
gguf-my-lora
/
start.sh
ngxson
HF staff
update github repo
2d61eb4
3 months ago
raw
Copy download link
history
blame
Safe
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