We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a67176 commit a21a925Copy full SHA for a21a925
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = trl
3
-version = 0.18.1
+version = 0.18.2
4
description = Train transformer language models with reinforcement learning.
5
long_description = file: README.md
6
long_description_content_type = text/markdown
trl/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.18.1"
+__version__ = "0.18.2"
16
17
from typing import TYPE_CHECKING
18
0 commit comments