Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Oct 12, 2024
1 parent 766dd0a commit 499801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mlc-llm/ci/latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 499801f

Please sign in to comment.