Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
lydgs
/
litellm
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lydgs
commited on
Apr 28
Commit
f117d31
·
verified
·
1 Parent(s):
650ab3e
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+6
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/bin/sh
2
+
# 启动后台同步守护进程
3
+
python3 /app/sync_cliproxy_cleanup.py &
4
+
5
+
# 前台启动 LiteLLM,并替换当前 shell 进程(确保 litellm 可以收到信号)
6
+
exec litellm --config /app/config.yaml --port 7860 --num_workers 9