Skip to content

Commit ef4b0b2

Browse files
authored
Release: v0.18 (#3504)
1 parent 8e8e62b commit ef4b0b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/tests_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Git checkout
2626
uses: actions/checkout@v4
27-
with: { ref: v0.17-release }
27+
with: { ref: v0.18-release }
2828

2929
- name: Set up Python 3.12
3030
uses: actions/setup-python@v5

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ keywords:
3131
- pytorch
3232
- transformers
3333
license: Apache-2.0
34-
version: 0.17
34+
version: 0.18

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = trl
3-
version = 0.18.0.dev0
3+
version = 0.18.0
44
description = Train transformer language models with reinforcement learning.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

trl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.18.0.dev0"
15+
__version__ = "0.18.0"
1616

1717
from typing import TYPE_CHECKING
1818

0 commit comments

Comments
 (0)