We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b551208 + d806145 commit e04c039Copy full SHA for e04c039
requirements.txt
@@ -9,13 +9,15 @@ httpx>=0.25.0,<1.0.0
9
instructlab-schema>=0.4.0
10
jinja2>=3.0.0
11
langchain-text-splitters
12
+openai>=1.13.3,<2.0.0
13
+sentencepiece>=0.2.0
14
+tabulate>=0.9.0
15
+
16
# Note: this dependency goes along with langchain-text-splitters and may be
17
# removed once that one is removed.
18
# do not use 8.4.0 due to a bug in the library
19
# https://github.com/instructlab/instructlab/issues/1389
-openai>=1.13.3,<2.0.0
-sentencepiece>=0.2.0
-tabulate>=0.9.0
20
tenacity>=8.3.0,!=8.4.0
21
22
transformers>=4.41.2
23
xdg-base-dirs>=6.0.1
0 commit comments