Skip to content

Commit 53dd7d9

Browse files
fco-dvvfdev-5sdesrozis
authored andcommitted
TPU CI : mkl version (pytorch#2355)
* set mkl version to mkl==2021.4.0 * add a comment ( reference to 2350 issue ) Co-authored-by: vfdev <[email protected]> Co-authored-by: Sylvain Desroziers <[email protected]>
1 parent edba934 commit 53dd7d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tpu-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ jobs:
4949
restore-keys: |
5050
${{ steps.get-date.outputs.date }}-pytorch-${{ runner.os }}-${{ matrix.xla-version }}-
5151
52+
# mkl version fixed due to https://github.com/pytorch/ignite/issues/2350
5253
- name: Install Torch XLA and others
5354
run: |
5455
5556
## Install openblas, mkl, gsutil
5657
sudo apt-get install -y libopenblas-dev libomp5-10 libomp5
57-
pip install mkl requests gsutil
58+
pip install mkl==2021.4.0 requests gsutil
5859
5960
## Install torch & xla
6061
curl https://raw.githubusercontent.com/pytorch/xla/master/contrib/scripts/env-setup.py -o pytorch-xla-env-setup.py

0 commit comments

Comments
 (0)