Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
GSridhar1982
/
QA_Llama31_Quantized_GGUF
like
0
Sleeping
App
Files
Files
Community
GSridhar1982
commited on
Sep 14
Commit
1062cdf
•
1 Parent(s):
11990f4
setup update
Browse files
Files changed (1)
hide
show
setup.sh
+4
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
git clone https://github.com/ggerganov/llama.cpp
3
+
cd llama.cpp
4
+
make