Skip to content

Commit 479b050

Browse files
committed
fix typo in url in run.sh
1 parent 5cace34 commit 479b050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payload/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trap "rm -rf ${HOME}/.netrc release release.tar.gz" EXIT
1717
# WHEEL_RELEASE="2.20.55+vllm-cuda-ubi9-x86_64"
1818

1919
# Gitlab project ID, etc should be static
20-
WHEEL_RELEASE_ARTIFACTS="https://gitlab.com/api/v4/projects/68045055/packages/generic/rhelai-wheels/${WHEEL_RELEASE}/wheels-${WHEEL_RELEASE}.tar.gz"
20+
WHEEL_RELEASE_ARTIFACTS="https://gitlab.com/api/v4/projects/68045055/packages/generic/vllm-wheels/${WHEEL_RELEASE}/wheels-${WHEEL_RELEASE}.tar.gz"
2121

2222

2323
# NOTE - ensure that flashinfer is included in wheel thing

0 commit comments

Comments
 (0)