Skip to content

[Doc] Fix Doc #2919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 24, 2025
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
16 changes: 0 additions & 16 deletions docs/source/reference/collectors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,22 +319,6 @@ node or across multiple nodes.
submitit_delayed_launcher
RayCollector

LLM Collectors
---------------------------
TorchRL also provides a data collectors for large language models. These collectors
are meant to include a subset of the functionality of other data collectors, targeted
at supporting researchers in fine-tuning large language models. These classes
currently derive from the :class:`~torchrl.collectors.SyncDataCollector` class.
These classes are experimental and subject to change.

.. currentmodule:: torchrl.collectors.llm_collectors

.. autosummary::
:toctree: generated/
:template: rl_template.rst

LLMCollector

Helper functions
----------------

Expand Down
1 change: 0 additions & 1 deletion docs/source/reference/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,6 @@ efficient sampling.
:toctree: generated/
:template: rl_template.rst

History
PairwiseDataset
PromptData
PromptTensorDictTokenizer
Expand Down
Loading