Skip to content

Commit 086150b

Browse files
authored
Fix regression_test_aarch64 (#3217)
up
1 parent ca99c1c commit 086150b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression_test_aarch64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
# Install executorch first because it installs its own version
3838
# of torch and torchao, which we do not want to use
3939
pip install executorch
40-
pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu --force-reinstall
40+
pip install torch==2.9.0 --index-url https://download.pytorch.org/whl/cpu --force-reinstall
4141
pip install -r dev-requirements.txt
4242
USE_CPP=1 TORCHAO_BUILD_KLEIDIAI=1 pip install . --no-build-isolation
4343
- name: Install requirements linux
4444
if: runner.os == 'Linux'
4545
run: |
4646
conda activate venv
4747
pip install coremltools
48-
pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu --force-reinstall
48+
pip install torch==2.9.0 --index-url https://download.pytorch.org/whl/cpu --force-reinstall
4949
pip install -r dev-requirements.txt
5050
BUILD_TORCHAO_EXPERIMENTAL=1 TORCHAO_BUILD_CPU_AARCH64=1 TORCHAO_BUILD_KLEIDIAI=1 TORCHAO_ENABLE_ARM_NEON_DOT=1 TORCHAO_PARALLEL_BACKEND=OPENMP pip install . --no-build-isolation
5151
- name: Run python tests

0 commit comments

Comments
 (0)