We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bda8f7 commit 8b47970Copy full SHA for 8b47970
requirements/multimodal.txt
@@ -1,5 +1,5 @@
1
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
2
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3
4
-transformers >=4.42.3, <4.48.0
+transformers >=4.42.3, <4.47.0
5
piq <=0.8.0
requirements/text.txt
@@ -4,7 +4,7 @@
nltk >3.8.1, <=3.9.1
tqdm <4.68.0
6
regex >=2021.9.24, <=2024.11.6
7
-transformers >4.4.0, <4.48.0
+transformers >4.4.0, <4.47.0
8
mecab-python3 >=1.0.6, <1.1.0
9
ipadic >=1.0.0, <1.1.0
10
sentencepiece >=0.2.0, <0.3.0
0 commit comments