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 499801f commit c4cdf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mlc-llm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "${CHANNEL}" = "nightly" ]; then \
export PACKAGES_TO_INSTALL="mlc-llm-nightly-cpu mlc-ai-nightly-cpu"; \
elif [ "${VERSION}" != "stable" ]; then \
export PACKAGES_TO_INSTALL="mlc-llm-cpu>=${VERSION:=0.0.0} mlc-ai-cpu>=${VERSION:=0.0.0}"; \
if [ "${CHANNEL}" = "cuda-nightly" ]; then \
elif [ "${CHANNEL}" = "cuda-nightly" ]; then \
export PACKAGES_TO_INSTALL="mlc-llm-nightly-cu123 mlc-ai-nightly-cu123"; \
elif [ "${VERSION}" != "cuda" ]; then \
export PACKAGES_TO_INSTALL="mlc-llm-cu123>=${VERSION:=0.0.0} mlc-ai-cu123>=${VERSION:=0.0.0}"; \
Expand Down

0 comments on commit c4cdf0a

Please sign in to comment.