Skip to content

Commit d0cc9c1

Browse files
authored
[CI][Nightly] Correct the commit hash available for mooncake (#3943)
### What this PR does / why we need it? Because the previous commit hash was accidentally deleted or overwritten. This patch correct the commit hash available for https://github.com/AscendTransport/Mooncake to make nightly ci happy ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.11.0 - vLLM main: vllm-project/vllm@83f478b Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent fcc9a0e commit d0cc9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/nightly/multi_node/scripts/build_mooncake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RED="\033[0;31m"
1010
NC="\033[0m" # No Color
1111

1212
branch=${1:-pooling_async_memecpy_v1}
13-
point=${2:-9d96b2e1dd76cc601d76b1b4c5f6e04605cd81d3}
13+
point=${2:-8fce1ffab3930fec2a8b8d3be282564dfa1bb186}
1414

1515
repo_url="https://github.com/AscendTransport/Mooncake"
1616
repo_name="Mooncake"

0 commit comments

Comments
 (0)