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 a647e5a commit 6adfd13Copy full SHA for 6adfd13
.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.22-release }
+ with: { ref: v0.23-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.22"
+version: "0.23"
VERSION
@@ -1 +1 @@
1
-0.23.0.dev0
+0.23.0
0 commit comments