Skip to content

Commit

Permalink
Stable release v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJH5574 committed Sep 28, 2024
1 parent 95c45c6 commit cccc5b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel_applesiliconmac_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
ln -s 3rdparty/tlcpack/conda conda
- name: Checkout source
run: |
git clone https://github.com/mlc-ai/relax tvm --recursive --single-branch --branch ${{ matrix.pkg_kind == 'stable' && 'v0.17.1' || 'mlc' }}
git clone https://github.com/mlc-ai/mlc-llm mlc-llm --recursive --single-branch --branch ${{ matrix.pkg_kind == 'stable' && 'v0.17.1' || 'main' }}
git clone https://github.com/mlc-ai/relax tvm --recursive --single-branch --branch ${{ matrix.pkg_kind == 'stable' && 'v0.17.2' || 'mlc' }}
git clone https://github.com/mlc-ai/mlc-llm mlc-llm --recursive --single-branch --branch ${{ matrix.pkg_kind == 'stable' && 'v0.17.2' || 'main' }}
- name: Build mlc-ai @ 3.8
env:
CONDA_HOME: ${{ secrets.M1_MAC_CONDA_HOME }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/sync_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Modify the following two settings during release
# -----------------------------------------------------------
# Tag used for stable build.
__stable_build__ = "v0.17.1"
__stable_build__ = "v0.17.2"
# -----------------------------------------------------------


Expand Down

0 comments on commit cccc5b1

Please sign in to comment.