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 49a2296 commit 94f36d6Copy full SHA for 94f36d6
requirements.txt
@@ -13,3 +13,4 @@ tabulate
13
safetensors
14
kagglehub
15
transformers
16
+multipledispatch
setup.py
@@ -84,6 +84,9 @@
84
"numpy",
85
"scipy",
86
"safetensors",
87
+ "multipledispatch"
88
+ "transformers"
89
+ "kagglehub",
90
"tabulate",
91
"torch>=2.4.0",
92
"tf-nightly>=2.19.0.dev20250101",
0 commit comments