File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments