Fix ci for IPU (#13340)
This commit is contained in:
parent
554056c21a
commit
183176923e
|
@ -72,17 +72,9 @@ jobs:
|
|||
- bash: |
|
||||
source ${{ variables.poplar_sdk }}/poplar-ubuntu*/enable.sh
|
||||
source ${{ variables.poplar_sdk }}/popart-ubuntu*/enable.sh
|
||||
python -m coverage run --source pytorch_lightning -m pytest
|
||||
workingDirectory: src/pytorch_lightning
|
||||
displayName: 'Testing: PyTorch doctests'
|
||||
|
||||
- bash: |
|
||||
source ${{ variables.poplar_sdk }}/poplar-ubuntu*/enable.sh
|
||||
source ${{ variables.poplar_sdk }}/popart-ubuntu*/enable.sh
|
||||
python -m coverage run --source pytorch_lightning -m pytest -vv --durations=50
|
||||
python -m coverage run --source pytorch_lightning -m pytest tests/tests_pytorch -vv --durations=50
|
||||
env:
|
||||
MKL_THREADING_LAYER: "GNU"
|
||||
POPTORCH_WAIT_FOR_IPU: 1
|
||||
PL_RUN_IPU_TESTS: 1
|
||||
displayName: 'Testing: PyTorch standard'
|
||||
workingDirectory: tests/tests_pytorch
|
||||
|
|
Loading…
Reference in New Issue