Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77b573f

Browse files
committedMar 6, 2025
[Tutorial] LLM integration
ghstack-source-id: b1b4ac5 Pull Request resolved: #2832
1 parent d74e1ef commit 77b573f

File tree

1 file changed

+17
-0
lines changed
  • tutorials/sphinx-tutorials

1 file changed

+17
-0
lines changed
 

‎tutorials/sphinx-tutorials/llm.py

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
"""
2+
Interacting with LLMs in TorchRL
3+
================================
4+
5+
**Author**: `Vincent Moens <https://github.com/vmoens>`_
6+
7+
.. _gs_first_training:
8+
9+
.. note:: To run this tutorial in a notebook, add an installation cell
10+
at the beginning containing:
11+
12+
.. code-block::
13+
14+
!pip install tensordict
15+
!pip install torchrl
16+
17+
"""

0 commit comments

Comments
 (0)
Please sign in to comment.