cawacci commited on
Commit
5c2f89b
1 Parent(s): d0c4af7

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -17
requirements.txt CHANGED
@@ -1,17 +1,21 @@
1
- accelerate
2
- -f https://test.pypi.org/simple/
3
- bitsandbytes
4
- transformers
5
- sentence_transformers
6
- sentencepiece
7
- langchain
8
- xformers
9
- chromadb
10
- gradio
11
- openai
12
- tiktoken
13
- fugashi
14
- ipadic
15
- unstructured
16
- selenium
17
- pypdf
 
 
 
 
 
1
+ accelerate==0.22.0
2
+ beautifulsoup4==4.11.2
3
+ bitsandbytes==0.41.1
4
+ transformers==4.30.0.dev0
5
+ sentence-transformers==2.2.2
6
+ sentencepiece==0.1.99
7
+ langchain==0.0.281
8
+ xformers==0.0.21
9
+ chromadb==0.4.8
10
+ gradio==3.42.0
11
+ gradio_client==0.5.0
12
+ openai==0.28.0
13
+ tiktoken==0.4.0
14
+ fugashi==1.3.0
15
+ ipadic==1.0.0
16
+ unstructured==0.10.12
17
+ selenium==4.12.0
18
+ pypdf==3.15.5
19
+ Cython==0.29.36
20
+ numpy==1.23.5
21
+ pandas==1.5.3