We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1256f commit 3415175Copy full SHA for 3415175
.github/workflows/torchao_experimental_test.yml
@@ -36,7 +36,7 @@ jobs:
36
# Install executorch first because it installs its own version
37
# of torch and torchao, which we do not want to use
38
pip install executorch
39
- pip install torch==2.7.0.dev20250311 --index-url "https://download.pytorch.org/whl/nightly/cpu" --force-reinstall
+ pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cpu --force-reinstall
40
pip install -r dev-requirements.txt
41
USE_CPP=1 TORCHAO_BUILD_KLEIDIAI=1 pip install .
42
- name: Run python tests
0 commit comments