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 d5f9962 + 0a26429 commit 53c435fCopy full SHA for 53c435f
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"regex==2024.11.6",
25
"torch",
26
"tqdm",
27
- "transformers==4.52.3",
+ "transformers==4.52.4",
28
"datasets",
29
"jsonschema",
30
]
requirements.txt
@@ -4,6 +4,6 @@ interegular
4
regex==2024.11.6
5
torch
6
tqdm
7
-transformers==4.52.3; python_version < "3.13"
+transformers==4.52.4; 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