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 4786598 + 5280c9a commit c117ce6Copy full SHA for c117ce6
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
dependencies = [
22
"fire",
23
"interegular",
24
- "regex==2023.8.8",
+ "regex==2024.11.6",
25
"torch",
26
"tqdm",
27
"transformers==4.51.0",
requirements.txt
@@ -1,7 +1,7 @@
1
accelerate
2
fire
3
interegular
4
-regex==2023.8.8
+regex==2024.11.6
5
torch
6
tqdm
7
transformers==4.51.0; python_version < "3.13"
setup.py
@@ -8,7 +8,7 @@
8
requirements = [
9
10
11
12
13
14
0 commit comments