Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ggml-org
/
gguf-my-repo
like
958
Running
on
A10G
App
Files
Files
Community
136
Update start.sh
#90
by
reach-vb
HF staff
- opened
Jun 19
base:
refs/heads/main
←
from:
refs/pr/90
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
start.sh
+1
-1
start.sh
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
cd llama.cpp
2
-
LLAMA_CUDA=1 make -j quantize gguf-split imatrix
3
4
cd ..
5
python app.py
1
cd llama.cpp
2
+
LLAMA_CUDA=1 make -j
llama-
quantize
llama-
gguf-split
llama-
imatrix
3
4
cd ..
5
python app.py