Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Novaciano/Proyecto-GGUF
Novaciano
/
GGUF-Mi-Repositorio-ESPECIAL
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GGUF-Mi-Repositorio-ESPECIAL
/
start.sh
Novaciano
Create start.sh
a2fce79
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
#!/bin/bash
export
GGML_CUDA=OFF
# enable CUDA
if
[[ -z
"
${RUN_CUDA}
"
]];
then
export
GGML_CUDA=ON
fi
python3 app.py