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.
2 parents 359bc2e + 1b488fa commit 66bb0b7Copy full SHA for 66bb0b7
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"regex==2024.11.6",
25
"torch",
26
"tqdm",
27
- "transformers==4.53.1",
+ "transformers==4.53.2",
28
"datasets",
29
"jsonschema",
30
]
requirements.txt
@@ -4,6 +4,6 @@ interegular
4
regex==2024.11.6
5
torch
6
tqdm
7
-transformers==4.53.1; python_version < "3.13"
+transformers==4.53.2; python_version < "3.13"
8
datasets
9
jsonschema
setup.py
@@ -11,7 +11,7 @@
11
12
13
14
15
16
"jsonschema"
17
0 commit comments