We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04a1d9 commit 812f7d7Copy full SHA for 812f7d7
tutorials/sphinx-tutorials/llm.py
@@ -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