We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6027556 commit 1a8533dCopy full SHA for 1a8533d
setup.py
@@ -187,7 +187,6 @@
187
"tokenizers>=0.21,<0.22",
188
"torch>=2.0",
189
"torchaudio",
190
- "torchdiffeq",
191
"torchvision",
192
"pyctcdecode>=0.4.0",
193
"tqdm>=4.27",
@@ -321,7 +320,6 @@ def run(self):
321
320
extras["num2words"] = deps_list("num2words")
322
extras["sentencepiece"] = deps_list("sentencepiece", "protobuf")
323
extras["tiktoken"] = deps_list("tiktoken", "blobfile")
324
-extras["diffeq"] = deps_list("torchdiffeq")
325
extras["testing"] = (
326
deps_list(
327
"pytest",
@@ -372,7 +370,6 @@ def run(self):
372
370
+ extras["accelerate"]
373
371
+ extras["video"]
374
+ extras["num2words"]
375
- + extras["diffeq"]
376
)
377
378
0 commit comments