From 41763ba0794568724467971500f8274b378c5bf3 Mon Sep 17 00:00:00 2001 From: Cheng Wan <54331508+ch-wan@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:35:22 -0700 Subject: [PATCH] Remove gdrcopy check in ci_install_deepep.sh (#11237) --- scripts/ci/ci_install_deepep.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ci/ci_install_deepep.sh b/scripts/ci/ci_install_deepep.sh index 37d91cfd1..d92b7fbb3 100755 --- a/scripts/ci/ci_install_deepep.sh +++ b/scripts/ci/ci_install_deepep.sh @@ -62,7 +62,5 @@ rm -rf /root/.cache/deepep && git clone https://github.com/deepseek-ai/DeepEP.gi cd /root/.cache/deepep && python3 setup.py install # Verify configuration -echo "=== Verify GDRCOPY ===" -gdrcopy_copybw echo "=== Verify NVSHMEM ===" nvshmem-info -a