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 c09a42d + 91e6a4a commit d71ba2aCopy full SHA for d71ba2a
requirements_nn.txt
@@ -1,7 +1,8 @@
1
nltk
2
# wait for https://github.com/Lightning-AI/pytorch-lightning/pull/19191
3
lightning==2.0.9
4
-torch
+# https://github.com/pytorch/text/releases
5
+torch<=2.3
6
torchmetrics==0.10.3
7
torchtext
8
transformers
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = libmultilabel
-version = 0.7.0
+version = 0.7.1
author = LibMultiLabel Team
license = MIT License
license_file = LICENSE
@@ -39,7 +39,7 @@ python_requires = >=3.8
39
nn =
40
41
42
- torch
+ torch<=2.3
43
44
45
0 commit comments