[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:
83f478bb19
Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ RED="\033[0;31m"
|
||||
NC="\033[0m" # No Color
|
||||
|
||||
branch=${1:-pooling_async_memecpy_v1}
|
||||
point=${2:-9d96b2e1dd76cc601d76b1b4c5f6e04605cd81d3}
|
||||
point=${2:-8fce1ffab3930fec2a8b8d3be282564dfa1bb186}
|
||||
|
||||
repo_url="https://github.com/AscendTransport/Mooncake"
|
||||
repo_name="Mooncake"
|
||||
|
||||
Reference in New Issue
Block a user