feat: add more

This commit is contained in:
Sun-ZhenXing
2025-10-06 21:48:39 +08:00
parent f330e00fa0
commit 3c609b5989
120 changed files with 7698 additions and 59 deletions

19
src/gpustack/.env.example Normal file
View File

@@ -0,0 +1,19 @@
# GPUStack version
GPUSTACK_VERSION="v0.5.3"
# Server configuration
GPUSTACK_HOST="0.0.0.0"
GPUSTACK_PORT=80
GPUSTACK_DEBUG=false
# Admin bootstrap password
GPUSTACK_BOOTSTRAP_PASSWORD="admin"
# Token for worker registration (auto-generated if not set)
GPUSTACK_TOKEN=""
# Hugging Face token for model downloads
HF_TOKEN=""
# Port to bind to on the host machine
GPUSTACK_PORT_OVERRIDE=80