Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ggml-org
/
gguf-my-repo
like
1.17k
Running
on
A10G
App
Files
Files
Community
147
Fetching metadata from the HF Docker repository...
reach-vb
HF staff
commited on
Jun 11, 2024
Commit
7ba4a24
·
verified
·
1 Parent(s):
4c4c78d
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+1
-1
start.sh
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
cd llama.cpp
2
-
make -j quantize gguf-split imatrix
3
4
cd ..
5
python app.py
1
cd llama.cpp
2
+
LLAMA_CUDA=1
make -j quantize gguf-split imatrix
3
4
cd ..
5
python app.py