Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
muryshev
/
llama-cpp-server-7b
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
muryshev
commited on
Jan 17, 2024
Commit
7c788bd
·
1 Parent(s):
9ab26e1
Added test scripts
Browse files
Files changed (2)
hide
show
build.bat
+1
-0
run.bat
+1
-0
build.bat
ADDED
Viewed
@@ -0,0 +1 @@
1
+
docker build -t llama-test .
run.bat
ADDED
Viewed
@@ -0,0 +1 @@
1
+
docker run --name llama-test -v "C:\Work\nornickel-llm\data\models\saiga7b-q8:/data" -p 7860:7860 llama-test