Skip to content

Commit fc6bd60

Browse files
authored
Fix/merge commit #605 and #604 (#609)
PR #605 and #604 had conflicting requirements.txt. This should fix it.
1 parent fa3bf8c commit fc6bd60

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

raft/requirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
datasets==2.16.1
2+
openai==1.10.0
3+
PyPDF2==3.0.1
4+
transformers==4.37.2
5+
langchain_experimental
6+
langchain_openai
7+
python-dotenv==1.0.1
8+
pyyaml==6.0.1
9+
coloredlogs==15.0.1
10+
mdc==1.2.1
11+
pytest==8.1.2
12+
pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118

0 commit comments

Comments
 (0)