Skip to content

Commit 9e13774

Browse files
committed
linter
1 parent c848f7a commit 9e13774

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-linux-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
printf "* Downloading SpaCy German models\n"
5555
python -m spacy download de_core_news_sm
5656
57-
# Install PyTorch
57+
# Install PyTorch
5858
set -ex
5959
conda install \
6060
--yes \

.github/workflows/validate-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
required: false
4545
type: string
4646
pytorch_version:
47-
description: 'PyTorch version to validate (ie. 2.0, 2.2.2, etc.) - optional'
47+
description: "PyTorch version to validate (ie. 2.0, 2.2.2, etc.) - optional"
4848
default: ""
4949
required: false
5050
type: string

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
torchtext
1313
+++++++++
1414

15-
CAUTION: As of September 2023 we have paused active development of TorchText because our focus has shifted away from building out this library offering.
15+
CAUTION: As of September 2023 we have paused active development of TorchText because our focus has shifted away from building out this library offering.
1616
We will continue to release new versions but do not anticipate any new feature development as we figure out future investments in this space.
1717

1818
This repository consists of:

0 commit comments

Comments
 (0)