Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
5fp/phi-4-GGUF
tastypear
/
phi-4-GGUF
like
0
Running
App
Files
Files
Community
5fp
commited on
Sep 23
Commit
9888785
•
1 Parent(s):
7c1fe34
Update run.sh
Browse files
Files changed (1)
hide
show
run.sh
+1
-1
run.sh
CHANGED
Viewed
@@ -1,2 +1,2 @@
1
#!/bin/bash
2
-
/app/llama-server -m /data/model.gguf -c 32768 --port 7860 --host 0.0.0.0
--no-settings
1
#!/bin/bash
2
+
/app/llama-server -m /data/model.gguf -c 32768 --port 7860 --host 0.0.0.0