10-基于vLLM本地模型部署 #201
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#201
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. 创建环境
2. 单卡推理
python vllm_standalone.py
3. 基于ray做分布式多卡推理
3.1 启动ray
3.2 分布式推理
python vllm_distributed_ray.py
3.3 使用ray查看任务
4. 启动多卡推理
5.部署Qwen2-7B-Instruct