Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ggml-org/gguf-my-repo
bingbort
/
gguf-my-repo
like
0
Paused
App
Files
Files
Community
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