Skip to content

Commit da80c9e

Browse files
guangy10Guang Yang
andauthored
TorchAO version bump in CI (#68)
Co-authored-by: Guang Yang <guangyang@fb.com>
1 parent 31609a1 commit da80c9e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test_models.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ jobs:
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
- name: Install dependencies for ExecuTorch
53-
# Consolidate torchao nightly version once https://github.com/pytorch/ao/issues/2157 is fixed
5453
run: |
5554
if [ "${{ matrix.executorch-version }}" == "nightly" ]; then
56-
export NIGHTLY_VERSION=dev20250501
55+
export NIGHTLY_VERSION=dev20250507
5756
pip install executorch==0.7.0.${NIGHTLY_VERSION} \
5857
torch==2.8.0.${NIGHTLY_VERSION} \
5958
torchvision==0.22.0.${NIGHTLY_VERSION} \
6059
torchaudio==2.6.0.${NIGHTLY_VERSION} \
61-
torchao==0.11.0.dev20250422 \
60+
torchao==0.12.0.${NIGHTLY_VERSION} \
6261
--extra-index-url "https://download.pytorch.org/whl/nightly/cpu"
6362
else
6463
pip install executorch==${{ matrix.executorch-version }}

0 commit comments

Comments
 (0)