Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sphinx==5.1.1
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@cece053#egg=pytorch_sphinx_theme
sphinx_gallery==0.11.1
matplotlib
regex
7 changes: 7 additions & 0 deletions docs/source/transforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,10 @@ StrToIntTransform
.. autoclass:: StrToIntTransform

.. automethod:: forward

CharBPETokenizer
----------------

.. autoclass:: CharBPETokenizer

.. automethod:: forward
1 change: 1 addition & 0 deletions packaging/torchtext/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ requirements:
- python
- requests
- tqdm
- regex
{{ environ.get('CONDA_PYTORCH_CONSTRAINT') }}

build:
Expand Down
Loading