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
8fd0c06
openchat
/
start_server.sh
ztime
add llama.cpp server
8fd0c06
10 months ago
raw
Copy download link
history
blame
Safe
185 Bytes
#!/bin/sh
# For mlock support
ulimit
-l unlimited
~/server --port 7890 -m model/gguf-model.bin
./llamacpp/build/bin/server --port 7890 -m model/gguf-model.bin
# python3 -B main.py