Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 0463b87

Browse files
committed
drop hotfix
1 parent 0bb4a7e commit 0463b87

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.azure/ipynb-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
pip install --requirement requirements.txt
6666
pip install --requirement requirements/data.txt
6767
sudo pip uninstall -y horovod
68-
sudo pip uninstall -y torchtext # FIXME: this is hotfix for https://github.com/PyTorchLightning/pytorch-lightning/pull/12676
6968
pip list
7069
displayName: 'Install dependencies'
7170

.azure/ipynb-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
pip install --requirement requirements.txt
4646
pip install --requirement requirements/data.txt
4747
sudo pip uninstall -y horovod
48-
sudo pip uninstall -y torchtext # FIXME: this is hotfix for https://github.com/PyTorchLightning/pytorch-lightning/pull/12676
4948
pip list
5049
displayName: 'Install dependencies'
5150

lightning_examples/text-transformers/.meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: PL team
33
created: 2021-01-31
44
updated: 2022-02-08
55
license: CC BY-SA
6-
build: 1
6+
build: 2
77
tags:
88
- Text
99
description: |

0 commit comments

Comments
 (0)