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 d3a6f2a commit b13b51fCopy full SHA for b13b51f
.github/workflows/torchao_experimental_test.yml
@@ -35,8 +35,8 @@ jobs:
35
conda activate venv
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 --index-url "https://download.pytorch.org/whl/nightly/cpu"
+ pip install executorch
+ pip install torch --index-url "https://download.pytorch.org/whl/nightly/cpu" --force-reinstall
40
pip install numpy
41
pip install pytest
42
pip install parameterized
0 commit comments