balkite commited on
Commit
78dad8e
1 Parent(s): 2717026

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -4
requirements.txt CHANGED
@@ -1,8 +1,5 @@
1
-
2
  PyYAML~=6.0.1
3
  streamlit~=1.25.0
4
- click~=8.1.6
5
-
6
  --extra-index-url https://download.pytorch.org/whl/cu113
7
  torch
8
  transformers~=4.31.0
@@ -10,4 +7,15 @@ streamlit_authenticator
10
  langchain
11
  chromadb==0.3.22
12
  InstructorEmbedding
13
- sentence-transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  PyYAML~=6.0.1
2
  streamlit~=1.25.0
 
 
3
  --extra-index-url https://download.pytorch.org/whl/cu113
4
  torch
5
  transformers~=4.31.0
 
7
  langchain
8
  chromadb==0.3.22
9
  InstructorEmbedding
10
+ sentence-transformers
11
+
12
+ protobuf==3.20.0; sys_platform != 'darwin'
13
+ protobuf==3.20.0; sys_platform == 'darwin' and platform_machine != 'arm64'
14
+ protobuf==3.20.3; sys_platform == 'darwin' and platform_machine == 'arm64'
15
+ urllib3==1.26.6
16
+ accelerate
17
+ bitsandbytes ; sys_platform != 'win32'
18
+ bitsandbytes-windows ; sys_platform == 'win32'
19
+ click~=8.1.6
20
+ flask
21
+ requests