Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ggml-org
/
gguf-my-repo
like
957
Running
on
A10G
App
Files
Files
Community
136
ggerganov
commited on
Apr 5
Commit
21eb7b5
•
1 Parent(s):
36c74fd
start : add -j to make command (should be faster)
Browse files
Files changed (1)
hide
show
start.sh
+1
-1
start.sh
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
cd llama.cpp
2
-
make quantize
3
cd ..
4
python app.py
1
cd llama.cpp
2
+
make
-j
quantize
3
cd ..
4
python app.py