Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ggml-org/gguf-my-lora
beomi
/
gguf-my-lora
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2d61eb4
gguf-my-lora
/
start.sh
ngxson
HF staff
update github repo
2d61eb4
5 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