From 499801f5139dad702787b6fa0df2b7abc6913ac5 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 13 Oct 2024 04:00:06 +0800 Subject: [PATCH] chore: cleanup --- apps/mlc-llm/ci/latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mlc-llm/ci/latest.sh b/apps/mlc-llm/ci/latest.sh index e78d1180..b3805db5 100755 --- a/apps/mlc-llm/ci/latest.sh +++ b/apps/mlc-llm/ci/latest.sh @@ -6,7 +6,7 @@ channel=$1 if [[ "${channel}" == "stable" ]]; then version="$(curl -s https://mlc.ai/wheels | grep -oE '>mlc_llm_cpu-(.*)-cp311-manylinux.*_x86_64.whl' | awk -F'-' '{print $2}' | tail -n 1)" elif [[ "${channel}" == "cuda" ]]; then - version="$(curl -s https://mlc.ai/wheels | grep -oE '>mlc_llm_cpu-(.*)-cp311-manylinux.*_x86_64.whl' | awk -F'-' '{print $2}' | tail -n 1)" + version="$(curl -s https://mlc.ai/wheels | grep -oE '>mlc_llm_cu123-(.*)-cp311-manylinux.*_x86_64.whl' | awk -F'-' '{print $2}' | tail -n 1)" elif [[ "${channel}" == "nightly" ]]; then version="$(date +%Y.%m.%d)" elif [[ "${channel}" == "cuda-nightly" ]]; then