Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/torchao_experimental_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
run: |
conda activate venv
pushd torchao/experimental/ops/tests
sh build_and_run_tests.sh
rm -rf /tmp/cmake-out
# sh build_and_run_tests.sh
# rm -rf /tmp/cmake-out
popd

test-mps-ops:
Expand Down Expand Up @@ -92,6 +92,7 @@ jobs:
pip install cmake
pip install parameterized
pip install pyyaml
pip install numpy
- name: Print pip freeze
run: |
pip freeze
Expand Down
Loading