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 b1b469b commit 42820a2Copy full SHA for 42820a2
.github/workflows/_gaudi_hpu_ut.yml
@@ -139,10 +139,12 @@ jobs:
139
pip list | grep -E 'torch|numpy'
140
141
- name: Do the test
142
- continue-on-error: true
+ working-directory: pytorch
143
run: |
144
+ pip install -r .ci/docker/requirements-ci.txt
145
echo "Call UT test scripts"
- # python torch_hpu/ci/access_control_test.py
146
+ export PT_HPU_LAZY_MODE=0
147
+ python test/run_test.py -k test_Dropout2d_hpu --include nn/test_dropout
148
149
- name: Cleanup workspace
150
if: always()
0 commit comments