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 550e232 commit 84794a7Copy full SHA for 84794a7
.github/workflows/tests_latest.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- name: Git checkout
27
uses: actions/checkout@v4
28
- with: { ref: v0.25-release }
+ with: { ref: v0.26-release }
29
30
- name: Set up Python 3.12
31
uses: actions/setup-python@v5
CITATION.cff
@@ -31,4 +31,4 @@ keywords:
- pytorch
32
- transformers
33
license: Apache-2.0
34
-version: "0.25"
+version: "0.26"
VERSION
@@ -1 +1 @@
1
-0.26.0.dev0
+0.26.0
0 commit comments