Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ztime/Beyonder-4x7B-v2-GGUF-Chat
ztime
/
openchat
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
0dc41c6
openchat
/
start_server.sh
ztime
change port export
0dc41c6
about 1 year ago
raw
Copy download link
history
blame
Safe
213 Bytes
#!/bin/sh
# For mlock support
ulimit
-l unlimited
/server --host 0.0.0.0 --port 7860 -m model/gguf-model.bin
/llamacpp/build/bin/server --host 0.0.0.0 --port 7860 -m model/gguf-model.bin
# python3 -B main.py