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 f1ad0d6 commit e2c0533Copy full SHA for e2c0533
dockers/tpu-tests/tpu_test_cases.jsonnet
@@ -33,6 +33,7 @@ local tputests = base.BaseTest {
33
git -c advice.detachedHead=false checkout {SHA}
34
35
echo "--- Install PL ---"
36
+ pip install mkl-2022.1.0 # failed list: 2021.4.0, 2022.2.0
37
PACKAGE_NAME=pytorch FREEZE_REQUIREMENTS=1 pip install -e .[test]
38
pip list
39
0 commit comments