Sync distributed package from vllm 0.6.4.post1 (#3010)

This commit is contained in:
Lianmin Zheng
2025-01-20 04:57:14 -08:00
committed by GitHub
parent 89cd923581
commit 73401fd016
15 changed files with 280 additions and 93 deletions

View File

@@ -1,4 +1,4 @@
# Adapted from https://github.com/vllm-project/vllm/blob/a6221a144af772fd1a68fe7e627935dc53e81738/vllm/distributed/parallel_state.py
# Adapted from https://github.com/vllm-project/vllm/blob/v0.6.4.post1/vllm/distributed/parallel_state.py
# Copyright 2023 The vLLM team.
# Adapted from