From 0843107c8521aec2a48fc973a92b19f634e38ed0 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 09:17:51 -0700 Subject: [PATCH 01/66] Debug pytorch-lightning module not found error --- .azure/hpu-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index a3041ce32daae..eff1da9696380 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,7 +30,8 @@ jobs: displayName: 'Instance HW info' - bash: | - pip install -e .[extra] -r requirements/pytorch/test.txt + pip install -e .[extra] + pip install . --requirement requirements/pytorch/test.txt env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From 2879ac2cad5526eb0b62b60c55fe6ad7452577f4 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 09:26:17 -0700 Subject: [PATCH 02/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index eff1da9696380..f9b58ab522d44 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -32,9 +32,6 @@ jobs: - bash: | pip install -e .[extra] pip install . --requirement requirements/pytorch/test.txt - env: - PACKAGE_NAME: pytorch - FREEZE_REQUIREMENTS: 1 displayName: 'Install dependencies' - bash: | From c39dce7d63e2257676767db4e257dc3fc10e0fb5 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 09:32:19 -0700 Subject: [PATCH 03/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index f9b58ab522d44..b2d6e2cc27929 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,8 +30,7 @@ jobs: displayName: 'Instance HW info' - bash: | - pip install -e .[extra] - pip install . --requirement requirements/pytorch/test.txt + pip install -e .[extra] -r requirements/pytorch/test.txt displayName: 'Install dependencies' - bash: | From 31b5cceed9be2debb56388fccbea4e1baea58cbe Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 09:37:24 -0700 Subject: [PATCH 04/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index b2d6e2cc27929..ef1982da8e8e6 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,6 +31,8 @@ jobs: - bash: | pip install -e .[extra] -r requirements/pytorch/test.txt + env: + PACKAGE_NAME: pytorch displayName: 'Install dependencies' - bash: | From 1b88e3ce7c6cbd5ac93d1604a3cfb2de2623ebff Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 09:40:24 -0700 Subject: [PATCH 05/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index ef1982da8e8e6..af4d6ea8c19e9 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,7 +30,7 @@ jobs: displayName: 'Instance HW info' - bash: | - pip install -e .[extra] -r requirements/pytorch/test.txt + pip install -e .[extra] -r requirements/pytorch/test.txt --user env: PACKAGE_NAME: pytorch displayName: 'Install dependencies' From 5ae035e5358b67eb64a3f414471964281bc58f1b Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:36:37 -0700 Subject: [PATCH 06/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index af4d6ea8c19e9..f8a1375f72bed 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,6 +30,7 @@ jobs: displayName: 'Instance HW info' - bash: | + pip uninstall pytorch-lightning -y pip install -e .[extra] -r requirements/pytorch/test.txt --user env: PACKAGE_NAME: pytorch From 7bee0432513890583457e6e2c8cec8fb9255d303 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:43:05 -0700 Subject: [PATCH 07/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index f8a1375f72bed..9db7d0740ce2f 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,7 +31,7 @@ jobs: - bash: | pip uninstall pytorch-lightning -y - pip install -e .[extra] -r requirements/pytorch/test.txt --user + pip install -e .[extra] -r requirements/pytorch/test.txt env: PACKAGE_NAME: pytorch displayName: 'Install dependencies' From 79f9b41b4b2caf3b4385286d562123fd5404e85c Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:47:53 -0700 Subject: [PATCH 08/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 9db7d0740ce2f..95100743e059b 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,9 +31,12 @@ jobs: - bash: | pip uninstall pytorch-lightning -y + python setup.py bdist_wheel + pip install -U ./dist/pytorch_lightning* pip install -e .[extra] -r requirements/pytorch/test.txt env: PACKAGE_NAME: pytorch + FREEZE_REQUIREMENTS: 1 displayName: 'Install dependencies' - bash: | From b43445ee6ce770a78146c8354814087901624e4d Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:50:38 -0700 Subject: [PATCH 09/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 95100743e059b..df275797000a6 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -33,6 +33,7 @@ jobs: pip uninstall pytorch-lightning -y python setup.py bdist_wheel pip install -U ./dist/pytorch_lightning* + torch. __version__ pip install -e .[extra] -r requirements/pytorch/test.txt env: PACKAGE_NAME: pytorch From 38a829c588e790a9caffddcb1a18c1949bd6c907 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:53:34 -0700 Subject: [PATCH 10/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index df275797000a6..157f880777e15 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,7 +30,6 @@ jobs: displayName: 'Instance HW info' - bash: | - pip uninstall pytorch-lightning -y python setup.py bdist_wheel pip install -U ./dist/pytorch_lightning* torch. __version__ From 98f536604f79e23969cc524b27ada3b74a7d14c0 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:56:09 -0700 Subject: [PATCH 11/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 157f880777e15..e2672c48f12a8 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,10 +30,8 @@ jobs: displayName: 'Instance HW info' - bash: | - python setup.py bdist_wheel - pip install -U ./dist/pytorch_lightning* + python -m pip install -e .[extra] -r requirements/pytorch/test.txt torch. __version__ - pip install -e .[extra] -r requirements/pytorch/test.txt env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From 6b1981af7bd3f1a5a2d2c328e9133fea0c303a61 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:58:35 -0700 Subject: [PATCH 12/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index e2672c48f12a8..a387672230cdd 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,7 +30,8 @@ jobs: displayName: 'Instance HW info' - bash: | - python -m pip install -e .[extra] -r requirements/pytorch/test.txt + python setup.py bdist_wheel + pip install -U ./dist/pytorch_lightning* torch. __version__ env: PACKAGE_NAME: pytorch From 1f0d33dfcef287e706dc377da00210f24250404f Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:00:15 -0700 Subject: [PATCH 13/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index a387672230cdd..6cdb8f5203562 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -32,7 +32,6 @@ jobs: - bash: | python setup.py bdist_wheel pip install -U ./dist/pytorch_lightning* - torch. __version__ env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From e926482dfb8827afebb6d00762f2bff09da2392c Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 11:02:31 -0700 Subject: [PATCH 14/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 6cdb8f5203562..a3041ce32daae 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,8 +30,7 @@ jobs: displayName: 'Instance HW info' - bash: | - python setup.py bdist_wheel - pip install -U ./dist/pytorch_lightning* + pip install -e .[extra] -r requirements/pytorch/test.txt env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From b11b45d89c696a165985d21eec81a2ac2bb17b8b Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:20:52 -0700 Subject: [PATCH 15/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index a3041ce32daae..225e42a9edf82 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,7 +30,11 @@ jobs: displayName: 'Instance HW info' - bash: | - pip install -e .[extra] -r requirements/pytorch/test.txt + pip uninstall -y pytorch_lightning + python setup.py bdist_wheel + pip install -U ./dist/pytorch_lightning* + torch. __version__ + # pip install -e .[extra] -r requirements/pytorch/test.txt env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From 85a6992b31a504dd105393bbb0a2ab0e7b032655 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:26:53 -0700 Subject: [PATCH 16/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 225e42a9edf82..7f8d9e371db93 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,10 +30,12 @@ jobs: displayName: 'Instance HW info' - bash: | + pwd + ls -al pip uninstall -y pytorch_lightning python setup.py bdist_wheel pip install -U ./dist/pytorch_lightning* - torch. __version__ + pip list # pip install -e .[extra] -r requirements/pytorch/test.txt env: PACKAGE_NAME: pytorch From 0831aba1998de304c8795024436c8b91559dff12 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:34:18 -0700 Subject: [PATCH 17/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 7f8d9e371db93..6f622b3fffa82 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -32,11 +32,12 @@ jobs: - bash: | pwd ls -al - pip uninstall -y pytorch_lightning - python setup.py bdist_wheel - pip install -U ./dist/pytorch_lightning* - pip list - # pip install -e .[extra] -r requirements/pytorch/test.txt + # pip uninstall -y pytorch_lightning + # python setup.py bdist_wheel + # pip install -U ./dist/pytorch_lightning* + # pip list + pip install -e .[extra] -r requirements/pytorch/test.txt + pip list env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From d821bf07083ad1c8b5e8485c53f46521027aedee Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:37:16 -0700 Subject: [PATCH 18/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 6f622b3fffa82..440bb222f34a1 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -35,9 +35,9 @@ jobs: # pip uninstall -y pytorch_lightning # python setup.py bdist_wheel # pip install -U ./dist/pytorch_lightning* - # pip list - pip install -e .[extra] -r requirements/pytorch/test.txt - pip list + pip list + pip install -e .[extra] -r requirements/pytorch/test.txt + pip list env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From 3ae0a50c2cb35b239cd1a51ba40e38a620a7e7e3 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:39:25 -0700 Subject: [PATCH 19/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 440bb222f34a1..428076eebea2c 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -32,9 +32,6 @@ jobs: - bash: | pwd ls -al - # pip uninstall -y pytorch_lightning - # python setup.py bdist_wheel - # pip install -U ./dist/pytorch_lightning* pip list pip install -e .[extra] -r requirements/pytorch/test.txt pip list From 5f13aa166c8645bc3f63f6360f557dc9f0f5161d Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:46:01 -0700 Subject: [PATCH 20/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 428076eebea2c..7c00dce39bace 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,11 +30,9 @@ jobs: displayName: 'Instance HW info' - bash: | - pwd - ls -al - pip list - pip install -e .[extra] -r requirements/pytorch/test.txt - pip list + python setup.py bdist_wheel + pip install -U ./dist/pytorch_lightning* + pip install . --requirement requirements/pytorch/test.txt env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From 4ed67445a46f7dc66e1791d01476042001f07620 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:54:27 -0700 Subject: [PATCH 21/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 7c00dce39bace..35eae4d88659a 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,12 +30,11 @@ jobs: displayName: 'Instance HW info' - bash: | + pip unistall torchtext + pip uninstall pytorch_lightning python setup.py bdist_wheel pip install -U ./dist/pytorch_lightning* pip install . --requirement requirements/pytorch/test.txt - env: - PACKAGE_NAME: pytorch - FREEZE_REQUIREMENTS: 1 displayName: 'Install dependencies' - bash: | From 11258cde2484138bfd0925991b2c2364fb07f7dc Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:55:58 -0700 Subject: [PATCH 22/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 35eae4d88659a..c9adf941fa6c3 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,7 +30,7 @@ jobs: displayName: 'Instance HW info' - bash: | - pip unistall torchtext + pip uninstall torchtext pip uninstall pytorch_lightning python setup.py bdist_wheel pip install -U ./dist/pytorch_lightning* From 18001945ab205f733897bb175ea961667d40ddae Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:00:39 -0700 Subject: [PATCH 23/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index c9adf941fa6c3..8a5b0adcd0e31 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,7 +30,6 @@ jobs: displayName: 'Instance HW info' - bash: | - pip uninstall torchtext pip uninstall pytorch_lightning python setup.py bdist_wheel pip install -U ./dist/pytorch_lightning* From 74264392ce0b491b5195197189dbaf8c0fd98499 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:05:31 -0700 Subject: [PATCH 24/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 8a5b0adcd0e31..866a06041c215 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,9 +30,9 @@ jobs: displayName: 'Instance HW info' - bash: | - pip uninstall pytorch_lightning python setup.py bdist_wheel pip install -U ./dist/pytorch_lightning* + pip install torchtext pip install . --requirement requirements/pytorch/test.txt displayName: 'Install dependencies' From cc379e1e941a886a9ffcf546cd55231f06d8ba1d Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:09:17 -0700 Subject: [PATCH 25/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 866a06041c215..adaaeb54fa332 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -32,6 +32,7 @@ jobs: - bash: | python setup.py bdist_wheel pip install -U ./dist/pytorch_lightning* + pip uninstall torchtext pip install torchtext pip install . --requirement requirements/pytorch/test.txt displayName: 'Install dependencies' From e0ee8eef26ddcd1afdee9ee71428de134bff71c7 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:13:49 -0700 Subject: [PATCH 26/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index adaaeb54fa332..80498bccf707f 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,11 +30,8 @@ jobs: displayName: 'Instance HW info' - bash: | - python setup.py bdist_wheel - pip install -U ./dist/pytorch_lightning* - pip uninstall torchtext - pip install torchtext - pip install . --requirement requirements/pytorch/test.txt + pip install -r requirements/pytorch/test.txt + pip list displayName: 'Install dependencies' - bash: | From d4d4a67ff7dabeddcd54b1cf4ccb2801a6d8a933 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:19:42 -0700 Subject: [PATCH 27/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 80498bccf707f..ef90cd96aa510 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,7 +30,9 @@ jobs: displayName: 'Instance HW info' - bash: | - pip install -r requirements/pytorch/test.txt + pip install -e .[extra] -r requirements/pytorch/test.txt + python setup.py bdist_wheel + pip install -U ./dist/pytorch_lightning* pip list displayName: 'Install dependencies' From 7114193b2af0802338ec826e8e4fa566e5994e20 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:23:34 -0700 Subject: [PATCH 28/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index ef90cd96aa510..7ea77cb926c9f 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,9 +30,8 @@ jobs: displayName: 'Instance HW info' - bash: | - pip install -e .[extra] -r requirements/pytorch/test.txt - python setup.py bdist_wheel - pip install -U ./dist/pytorch_lightning* + python -m pip install -e .[extra] -r requirements/pytorch/test.txt + python -m pip install pytorch-lightning pip list displayName: 'Install dependencies' From 596df3900ef498fd9897f5b1b0e87820bbd5c2ac Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:54:38 -0700 Subject: [PATCH 29/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 7ea77cb926c9f..b6e79ec1d8341 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,8 +30,8 @@ jobs: displayName: 'Instance HW info' - bash: | - python -m pip install -e .[extra] -r requirements/pytorch/test.txt - python -m pip install pytorch-lightning + python -m pip uninstall pytorch-lightning + python -m pip install --requirement requirements/pytorch/test.txt pip list displayName: 'Install dependencies' From afd393a5dc886663b4e1a2076166520160884fbe Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 14:58:25 -0700 Subject: [PATCH 30/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index b6e79ec1d8341..302e404ad0304 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -33,6 +33,8 @@ jobs: python -m pip uninstall pytorch-lightning python -m pip install --requirement requirements/pytorch/test.txt pip list + python -m pip install pytorch-lightning==1.6.4 + pip list displayName: 'Install dependencies' - bash: | From 53fde351fef4430a51559438f872bc873c8c0942 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:07:21 -0700 Subject: [PATCH 31/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 302e404ad0304..fec79db9e9a8c 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,10 +30,11 @@ jobs: displayName: 'Instance HW info' - bash: | + python -m pip uninstall pytorch-lightning python -m pip uninstall pytorch-lightning python -m pip install --requirement requirements/pytorch/test.txt pip list - python -m pip install pytorch-lightning==1.6.4 + python -m pip install pytorch-lightning==1.7.0 pip list displayName: 'Install dependencies' From b769d8d659cdd5bf35ab5baa48e094e4d6d4fba4 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:09:23 -0700 Subject: [PATCH 32/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index fec79db9e9a8c..f7e891118a533 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,8 +30,6 @@ jobs: displayName: 'Instance HW info' - bash: | - python -m pip uninstall pytorch-lightning - python -m pip uninstall pytorch-lightning python -m pip install --requirement requirements/pytorch/test.txt pip list python -m pip install pytorch-lightning==1.7.0 From 82ce3e3f279c76899a9490c0d142cef6f74ff476 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:13:16 -0700 Subject: [PATCH 33/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index f7e891118a533..47617a2e7ee35 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,6 +30,7 @@ jobs: displayName: 'Instance HW info' - bash: | + pip uninstall -y pytorch-lightning python -m pip install --requirement requirements/pytorch/test.txt pip list python -m pip install pytorch-lightning==1.7.0 From cd938f077fbde2072ee2675abf31562b93d637e8 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:31:34 -0700 Subject: [PATCH 34/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 47617a2e7ee35..1fbfc2aabc0e2 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,11 +30,13 @@ jobs: displayName: 'Instance HW info' - bash: | - pip uninstall -y pytorch-lightning - python -m pip install --requirement requirements/pytorch/test.txt + pip install -e .[extra] -r requirements/pytorch/test.txt pip list - python -m pip install pytorch-lightning==1.7.0 + python -m pip install pytorch-lightning==1.6.4 pip list + env: + PACKAGE_NAME: pytorch + FREEZE_REQUIREMENTS: 1 displayName: 'Install dependencies' - bash: | From ea90433d5e665fa6e6f58fe3bdf7ba6566d546a5 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:36:20 -0700 Subject: [PATCH 35/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 1fbfc2aabc0e2..b5ff13baf09f7 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,10 +30,10 @@ jobs: displayName: 'Instance HW info' - bash: | + pip uninstall -y pytorch-lightning pip install -e .[extra] -r requirements/pytorch/test.txt pip list - python -m pip install pytorch-lightning==1.6.4 - pip list + pip show torch env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From 3e0fd8a320d2220d9dc9d03d9f379ff298f72937 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:46:06 -0700 Subject: [PATCH 36/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index b5ff13baf09f7..d94734d53620b 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -34,6 +34,8 @@ jobs: pip install -e .[extra] -r requirements/pytorch/test.txt pip list pip show torch + ls -al /usr/local/lib/python3.8/dist-packages/ + ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/utilities/ env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From aad45e250cc5687198076febb7b62ad10e0601aa Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:48:03 -0700 Subject: [PATCH 37/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index d94734d53620b..e93d3932fc0af 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -35,7 +35,7 @@ jobs: pip list pip show torch ls -al /usr/local/lib/python3.8/dist-packages/ - ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/utilities/ + ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From c7ce11100694509038573dcb500f5e9d832959bd Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:52:42 -0700 Subject: [PATCH 38/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index e93d3932fc0af..9fd16aa76e52f 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,10 +31,13 @@ jobs: - bash: | pip uninstall -y pytorch-lightning + pip uninstall -e .[extra] -r requirements/pytorch/test.txt pip install -e .[extra] -r requirements/pytorch/test.txt pip list pip show torch + echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/" ls -al /usr/local/lib/python3.8/dist-packages/ + echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/pytorch_lightning" ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ env: PACKAGE_NAME: pytorch From 2650e3dde05fc103bf6a69a4743f5416f75a7d02 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:57:37 -0700 Subject: [PATCH 39/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 9fd16aa76e52f..3dda3d5bbf80f 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,7 +31,7 @@ jobs: - bash: | pip uninstall -y pytorch-lightning - pip uninstall -e .[extra] -r requirements/pytorch/test.txt + pip uninstall -r requirements/pytorch/test.txt pip install -e .[extra] -r requirements/pytorch/test.txt pip list pip show torch From 17e8fbeb65213d3cc3178dba5dcde1e2576af522 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:00:02 -0700 Subject: [PATCH 40/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 3dda3d5bbf80f..0a700e0e5c419 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,8 +30,6 @@ jobs: displayName: 'Instance HW info' - bash: | - pip uninstall -y pytorch-lightning - pip uninstall -r requirements/pytorch/test.txt pip install -e .[extra] -r requirements/pytorch/test.txt pip list pip show torch From 2c072d79286c9195ba73520a97803f197522afb2 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:13:28 -0700 Subject: [PATCH 41/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 0a700e0e5c419..ae36742a7f4de 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -30,6 +30,7 @@ jobs: displayName: 'Instance HW info' - bash: | + set -xe pip install -e .[extra] -r requirements/pytorch/test.txt pip list pip show torch From 1e9c7d931f45e1fcb37b03ebae68d4f4435f862f Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:22:50 -0700 Subject: [PATCH 42/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index ae36742a7f4de..0f6832ae96d8b 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -38,6 +38,7 @@ jobs: ls -al /usr/local/lib/python3.8/dist-packages/ echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/pytorch_lightning" ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ + pip show pytorch-lightning env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From 6d21b8e58d0d88fdb81329a3a79c517604bdbdc2 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:25:23 -0700 Subject: [PATCH 43/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 0f6832ae96d8b..5af695f704fd9 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,14 +31,14 @@ jobs: - bash: | set -xe - pip install -e .[extra] -r requirements/pytorch/test.txt - pip list - pip show torch + pip3 install -e .[extra] -r requirements/pytorch/test.txt + pip3 list + pip3 show torch echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/" ls -al /usr/local/lib/python3.8/dist-packages/ echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/pytorch_lightning" ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ - pip show pytorch-lightning + pip3 show pytorch-lightning env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From 142fd2643511d636a1c3b57066f77748b06257ca Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:28:17 -0700 Subject: [PATCH 44/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 5af695f704fd9..748f500b53d9b 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,14 +31,12 @@ jobs: - bash: | set -xe - pip3 install -e .[extra] -r requirements/pytorch/test.txt - pip3 list - pip3 show torch + pip install -e .[extra] -r requirements/pytorch/test.txt + pip show pytorch-lightning echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/" ls -al /usr/local/lib/python3.8/dist-packages/ echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/pytorch_lightning" ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ - pip3 show pytorch-lightning env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From c8ac8fd77dc6ecc618c0f30228f405cd30893db5 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:30:02 -0700 Subject: [PATCH 45/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 748f500b53d9b..2790850665e59 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,6 +31,7 @@ jobs: - bash: | set -xe + export PACKAGE_NAME=pytorch pip install -e .[extra] -r requirements/pytorch/test.txt pip show pytorch-lightning echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/" From edb6b44c098f92294a7040463a1a7ea7673bce08 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:43:20 -0700 Subject: [PATCH 46/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 2790850665e59..eef5a774dc224 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -35,9 +35,11 @@ jobs: pip install -e .[extra] -r requirements/pytorch/test.txt pip show pytorch-lightning echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/" + ls -al /usr/lib/python3.8/dist-packages/ ls -al /usr/local/lib/python3.8/dist-packages/ echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/pytorch_lightning" ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ + ls -al /usr/lib/python3.8/dist-packages/pytorch_lightning/ env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From 6e72e962d38af49a7a7835cafc2694c585b7aa2a Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:44:52 -0700 Subject: [PATCH 47/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index eef5a774dc224..e113734f6a0e9 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -33,7 +33,6 @@ jobs: set -xe export PACKAGE_NAME=pytorch pip install -e .[extra] -r requirements/pytorch/test.txt - pip show pytorch-lightning echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/" ls -al /usr/lib/python3.8/dist-packages/ ls -al /usr/local/lib/python3.8/dist-packages/ From cd6b24c90e98f8cb11a45b1a8916aee22943e27b Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 09:46:42 -0700 Subject: [PATCH 48/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index e113734f6a0e9..a7c81da3e2fa7 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,17 +31,21 @@ jobs: - bash: | set -xe - export PACKAGE_NAME=pytorch - pip install -e .[extra] -r requirements/pytorch/test.txt - echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/" - ls -al /usr/lib/python3.8/dist-packages/ - ls -al /usr/local/lib/python3.8/dist-packages/ - echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/pytorch_lightning" - ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ - ls -al /usr/lib/python3.8/dist-packages/pytorch_lightning/ - env: - PACKAGE_NAME: pytorch - FREEZE_REQUIREMENTS: 1 + #export PACKAGE_NAME=pytorch + #pip install -e .[extra] -r requirements/pytorch/test.txt + #echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/" + #ls -al /usr/lib/python3.8/dist-packages/ + #ls -al /usr/local/lib/python3.8/dist-packages/ + #echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/pytorch_lightning" + #ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ + #ls -al /usr/lib/python3.8/dist-packages/pytorch_lightning/ + python setup.py bdist_wheel + pip install -U ./dist/pytorch_lightning* + pip list + pip show pytorch_lightning + #env: + #PACKAGE_NAME: pytorch + #FREEZE_REQUIREMENTS: 1 displayName: 'Install dependencies' - bash: | From 4f5a099ec839d6759f8b13ed048a8b4d8102ba0e Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 09:50:46 -0700 Subject: [PATCH 49/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index a7c81da3e2fa7..f096708e545f9 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -39,8 +39,9 @@ jobs: #echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/pytorch_lightning" #ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ #ls -al /usr/lib/python3.8/dist-packages/pytorch_lightning/ - python setup.py bdist_wheel - pip install -U ./dist/pytorch_lightning* + export PACKAGE_NAME=pytorch|app ; python setup.py sdist bdist_wheel + #python setup.py bdist_wheel + #pip install -U ./dist/pytorch_lightning* pip list pip show pytorch_lightning #env: From 6567ad21c2d6487853adf95eff3acb97a66be507 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 10:18:48 -0700 Subject: [PATCH 50/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index f096708e545f9..f05d33b33184b 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -32,21 +32,22 @@ jobs: - bash: | set -xe #export PACKAGE_NAME=pytorch - #pip install -e .[extra] -r requirements/pytorch/test.txt + pip install --root-user-action=ignore -e .[extra] -r requirements/pytorch/test.txt #echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/" #ls -al /usr/lib/python3.8/dist-packages/ #ls -al /usr/local/lib/python3.8/dist-packages/ #echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/pytorch_lightning" #ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ #ls -al /usr/lib/python3.8/dist-packages/pytorch_lightning/ - export PACKAGE_NAME=pytorch|app ; python setup.py sdist bdist_wheel + #export PACKAGE_NAME=pytorch|app ; python setup.py sdist bdist_wheel #python setup.py bdist_wheel #pip install -U ./dist/pytorch_lightning* - pip list - pip show pytorch_lightning - #env: - #PACKAGE_NAME: pytorch - #FREEZE_REQUIREMENTS: 1 + #pip list + #pip show pytorch_lightning + #python -m venv / + env: + PACKAGE_NAME: pytorch + FREEZE_REQUIREMENTS: 1 displayName: 'Install dependencies' - bash: | From 234a27cea9c342a52e40d3e6ed3361bc44655879 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 11:26:48 -0700 Subject: [PATCH 51/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index f05d33b33184b..0fcde93c1d321 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,20 +31,8 @@ jobs: - bash: | set -xe - #export PACKAGE_NAME=pytorch - pip install --root-user-action=ignore -e .[extra] -r requirements/pytorch/test.txt - #echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/" - #ls -al /usr/lib/python3.8/dist-packages/ - #ls -al /usr/local/lib/python3.8/dist-packages/ - #echo "Printing the list of files under /usr/local/lib/python3.8/dist-packages/pytorch_lightning" - #ls -al /usr/local/lib/python3.8/dist-packages/pytorch_lightning/ - #ls -al /usr/lib/python3.8/dist-packages/pytorch_lightning/ - #export PACKAGE_NAME=pytorch|app ; python setup.py sdist bdist_wheel - #python setup.py bdist_wheel - #pip install -U ./dist/pytorch_lightning* - #pip list - #pip show pytorch_lightning - #python -m venv / + ls -al /usr/local/lib/python3.8/dist-packages/ + #pip install --root-user-action=ignore -e .[extra] -r requirements/pytorch/test.txt --user env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From e6f1d02a0fd686b27925ea0d8369044945baacc3 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 11:35:18 -0700 Subject: [PATCH 52/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 0fcde93c1d321..c584a15a1a241 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,8 +31,9 @@ jobs: - bash: | set -xe - ls -al /usr/local/lib/python3.8/dist-packages/ - #pip install --root-user-action=ignore -e .[extra] -r requirements/pytorch/test.txt --user + pip list + pip install -r requirements/pytorch/test.txt --user + pip list env: PACKAGE_NAME: pytorch FREEZE_REQUIREMENTS: 1 From 9de13160f7565e41deab19305c9efcce992db71d Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 11:49:48 -0700 Subject: [PATCH 53/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index c584a15a1a241..3fb150951ee00 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,8 +31,9 @@ jobs: - bash: | set -xe - pip list - pip install -r requirements/pytorch/test.txt --user + pip uninstall -y pytorch-lightning + python setup.py bdist_wheel + pip install .["extra","test"] pip list env: PACKAGE_NAME: pytorch From 056a74992d4437d41a1b18d2d9cad178bef1b5b4 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 11:58:12 -0700 Subject: [PATCH 54/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 3fb150951ee00..2cb4659c2bc5b 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,8 +31,10 @@ jobs: - bash: | set -xe + pip uninstall -y torchtext pip uninstall -y pytorch-lightning - python setup.py bdist_wheel + ls -al .actions/assistant.py + sudo .actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext pip install .["extra","test"] pip list env: From 4ab34e2284230f0ea34792f1b0888a5e180d25e3 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 12:01:06 -0700 Subject: [PATCH 55/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 2cb4659c2bc5b..b8c2f9965062d 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -33,8 +33,8 @@ jobs: set -xe pip uninstall -y torchtext pip uninstall -y pytorch-lightning - ls -al .actions/assistant.py - sudo .actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext + chmod +x .actions/assistant.py + .actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext pip install .["extra","test"] pip list env: From a3fff5abb79482b7bdf18aa1e43fa5cab692f046 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 12:06:35 -0700 Subject: [PATCH 56/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index b8c2f9965062d..bd880e69f2cb4 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -33,8 +33,6 @@ jobs: set -xe pip uninstall -y torchtext pip uninstall -y pytorch-lightning - chmod +x .actions/assistant.py - .actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext pip install .["extra","test"] pip list env: From 0dfad5fdb9a74536fc19c9669e46703d923f9dab Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 12:11:31 -0700 Subject: [PATCH 57/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index bd880e69f2cb4..0b9f01107b9ae 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,6 +31,7 @@ jobs: - bash: | set -xe + pip list pip uninstall -y torchtext pip uninstall -y pytorch-lightning pip install .["extra","test"] From 8eec14e3ba3d9c4eb7bc430f5eae6fe2cce6ec2b Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 12:28:59 -0700 Subject: [PATCH 58/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 0b9f01107b9ae..c18471b84e030 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -32,7 +32,7 @@ jobs: - bash: | set -xe pip list - pip uninstall -y torchtext + pip uninstall -y torch* pip uninstall -y pytorch-lightning pip install .["extra","test"] pip list From ff7488189aa80e219a658c17b1fd3ff8b2a76805 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 13:56:00 -0700 Subject: [PATCH 59/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index c18471b84e030..9b4ec9d07dc82 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,14 +31,11 @@ jobs: - bash: | set -xe - pip list - pip uninstall -y torch* - pip uninstall -y pytorch-lightning - pip install .["extra","test"] + pip uninstall -y torchvision + pip install -r requirements/pytorch/test.txt pip list env: PACKAGE_NAME: pytorch - FREEZE_REQUIREMENTS: 1 displayName: 'Install dependencies' - bash: | From 74325184bd027f63e5104d00f583d24d80192197 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 13:59:42 -0700 Subject: [PATCH 60/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 9b4ec9d07dc82..4adfa7b720bf0 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,8 +31,7 @@ jobs: - bash: | set -xe - pip uninstall -y torchvision - pip install -r requirements/pytorch/test.txt + pip install .["extra","test"] pip list env: PACKAGE_NAME: pytorch From 311d0f00b27f09b07caf4e1d82c020265b3ca73c Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 14:02:54 -0700 Subject: [PATCH 61/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 4adfa7b720bf0..cf35f5dd854e5 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,6 +31,7 @@ jobs: - bash: | set -xe + pip install -y torchvision pip install .["extra","test"] pip list env: From 65788a5b23207a19e1788623ded0760607d4aeee Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 14:06:15 -0700 Subject: [PATCH 62/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index cf35f5dd854e5..f2ee248f4a376 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,7 +31,7 @@ jobs: - bash: | set -xe - pip install -y torchvision + pip install torchvision pip install .["extra","test"] pip list env: From 8bf9be7d605572bf159ac60fc668aee4d51ae9af Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 14:14:25 -0700 Subject: [PATCH 63/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index f2ee248f4a376..fdbf0707ca1f3 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,7 +31,7 @@ jobs: - bash: | set -xe - pip install torchvision + pip uninstall -y pytorch-lightning pip install .["extra","test"] pip list env: From ec0059c3358415431db24e1490c0ce9c211955b1 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 21:54:31 -0700 Subject: [PATCH 64/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index fdbf0707ca1f3..6b2ffaab478a2 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,7 +31,7 @@ jobs: - bash: | set -xe - pip uninstall -y pytorch-lightning + .actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext pip install .["extra","test"] pip list env: From c42db2a85e639e09db085a634376674ef5f01f9c Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 22:27:41 -0700 Subject: [PATCH 65/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index 6b2ffaab478a2..b30129289e482 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,8 +31,8 @@ jobs: - bash: | set -xe - .actions/assistant.py requirements-prune-pkgs torch,torchvision,torchtext - pip install .["extra","test"] + pip uninstall torch + pip install .[extra] -r requirements/pytorch/test.txt pip list env: PACKAGE_NAME: pytorch From db1504ee63a307d8dc55c4c5e51c071aa315f393 Mon Sep 17 00:00:00 2001 From: Akarsha Rao <94624926+raoakarsha@users.noreply.github.com> Date: Thu, 30 Jun 2022 22:33:13 -0700 Subject: [PATCH 66/66] Update hpu-tests.yml --- .azure/hpu-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure/hpu-tests.yml b/.azure/hpu-tests.yml index b30129289e482..f29888771f117 100644 --- a/.azure/hpu-tests.yml +++ b/.azure/hpu-tests.yml @@ -31,7 +31,8 @@ jobs: - bash: | set -xe - pip uninstall torch + pip list + #pip uninstall torch pip install .[extra] -r requirements/pytorch/test.txt pip list env: