mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 15:45:34 +08:00
[Misc] Rev DeepEP (#27122)
Signed-off-by: Varun Sundar Rabindranath <vsundarr@redhat.com> Co-authored-by: Varun Sundar Rabindranath <vsundarr@redhat.com>
This commit is contained in:
parent
7c572544e4
commit
30a33b92ee
@ -119,7 +119,7 @@ popd
|
|||||||
|
|
||||||
# build and install deepep, require pytorch installed
|
# build and install deepep, require pytorch installed
|
||||||
pushd $WORKSPACE
|
pushd $WORKSPACE
|
||||||
clone_repo "https://github.com/deepseek-ai/DeepEP" "DeepEP" "setup.py" "e3908bf"
|
clone_repo "https://github.com/deepseek-ai/DeepEP" "DeepEP" "setup.py" "73b6ea4"
|
||||||
cd DeepEP
|
cd DeepEP
|
||||||
export NVSHMEM_DIR=$WORKSPACE/nvshmem_install
|
export NVSHMEM_DIR=$WORKSPACE/nvshmem_install
|
||||||
$PIP_CMD install --no-build-isolation -vvv -e .
|
$PIP_CMD install --no-build-isolation -vvv -e .
|
||||||
|
|||||||
@ -52,7 +52,7 @@ class DeepEPLLPrepareAndFinalize(mk.FusedMoEPrepareAndFinalize):
|
|||||||
# specific hidden sizes.
|
# specific hidden sizes.
|
||||||
# NOTE: Keep this list sorted, maybe_roundup_layer_hidden_size depends
|
# NOTE: Keep this list sorted, maybe_roundup_layer_hidden_size depends
|
||||||
# on it.
|
# on it.
|
||||||
SUPPORTED_HIDDEN_SIZES = [2048, 2560, 4096, 5120, 6144, 7168, 8192]
|
SUPPORTED_HIDDEN_SIZES = [2048, 2560, 3072, 4096, 5120, 6144, 7168, 8192]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def maybe_roundup_layer_hidden_size(hidden_size: int) -> int:
|
def maybe_roundup_layer_hidden_size(hidden_size: int) -> int:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user