vllm-studio
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesevLLM Studio Operations
vLLM Studio 运维指南
Overview
概述
This skill covers operational workflows for vLLM Studio: local setup, deployment, environment keys, branch hygiene, and verification steps.
本技能涵盖vLLM Studio的运维工作流:本地环境搭建、部署、环境密钥配置、分支规范以及验证步骤。
When To Use
适用场景
- Setting up a new workstation or server.
- Deploying controller/frontend updates.
- Rotating API keys or changing environment settings.
- Preparing a release or syncing branches.
- 搭建新工作站或服务器环境
- 部署控制器/前端更新
- 轮换API密钥或修改环境设置
- 准备版本发布或同步分支
Quick Start
快速开始
- Read to set required env variables.
references/env-and-keys.md - Read for local and server deploy flows.
references/deployment.md - Read for branch and release hygiene.
references/branches.md
- 阅读以配置所需的环境变量
references/env-and-keys.md - 阅读了解本地及服务器部署流程
references/deployment.md - 阅读掌握分支管理与发布规范
references/branches.md
Workflow (Short)
简化工作流
- Ensure is configured and Docker services are up (if used).
.env - Build/test controller + frontend.
- Deploy controller (port 8080) and rebuild frontend.
- Verify OpenAI-compatible endpoints and UI.
/chat - Tag release and update changelog.
- 确保文件配置完成,且Docker服务已启动(若使用)
.env - 构建并测试控制器与前端
- 部署控制器(端口8080)并重新构建前端
- 验证OpenAI兼容端点和界面
/chat - 标记版本并更新变更日志
References
参考文档
- for env variables and API keys.
references/env-and-keys.md - for local + production deployment commands.
references/deployment.md - for branch checkout, merge, and release steps.
references/branches.md
- :环境变量与API密钥相关说明
references/env-and-keys.md - :本地及生产环境部署命令
references/deployment.md - :分支检出、合并与发布步骤
references/branches.md