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 19d2f97 commit 04fd120Copy full SHA for 04fd120
.github/workflows/tests_latest.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: Git checkout
26
uses: actions/checkout@v4
27
- with: { ref: v0.23-release }
+ with: { ref: v0.24-release }
28
29
- name: Set up Python 3.12
30
uses: actions/setup-python@v5
CITATION.cff
@@ -31,4 +31,4 @@ keywords:
31
- pytorch
32
- transformers
33
license: Apache-2.0
34
-version: "0.23"
+version: "0.24"
VERSION
@@ -1 +1 @@
1
-0.24.0.dev0
+0.24.0
0 commit comments