Skip to content

Commit d71ba2a

Browse files
authored
Merge branch 'ASUS-AICS:master' into print-estimate-tree-model-size-with-x-transpose
2 parents c09a42d + 91e6a4a commit d71ba2a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

requirements_nn.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
nltk
22
# wait for https://github.com/Lightning-AI/pytorch-lightning/pull/19191
33
lightning==2.0.9
4-
torch
4+
# https://github.com/pytorch/text/releases
5+
torch<=2.3
56
torchmetrics==0.10.3
67
torchtext
78
transformers

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = libmultilabel
3-
version = 0.7.0
3+
version = 0.7.1
44
author = LibMultiLabel Team
55
license = MIT License
66
license_file = LICENSE
@@ -39,7 +39,7 @@ python_requires = >=3.8
3939
nn =
4040
lightning==2.0.9
4141
nltk
42-
torch
42+
torch<=2.3
4343
torchmetrics==0.10.3
4444
torchtext
4545
transformers

0 commit comments

Comments
 (0)