File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121
122122 git submodule sync
123123 git submodule update --init --recursive
124- python setup.py develop
124+ pip install -v -e .
125125
126126 cd ../benchmarks/third_party/e2e-flex_attention
127127
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ install_pytorch
276276# ImportError: Failed to load PyTorch C extensions:
277277# ...
278278# This error can generally be solved using the `develop` workflow
279- # $ python setup.py develop && python -c "import torch" # This should succeed
279+ # $ pip install -v -e . && python -c "import torch" # This should succeed
280280# or by running Python from a different directory.
281281cd $BASE
282282python -c " import torch;print(torch.__version__)"
You can’t perform that action at this time.
0 commit comments