CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
0x81632
/
GGUF_API
source
Hugging Face
updated 3y ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
start_server.sh
start_server.sh
7 lines
Copy path
Download
Raw
Back to root
1
#!/bin/sh
2
3
# For mlock support
4
ulimit -l unlimited
5
6
python3 -B main.py
7