csalabs commited on
Commit
6fb8119
·
1 Parent(s): 726e136

Update requirements.txt

Browse files

Removing Unnecessary things from the req.txt

Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -8,9 +8,9 @@ sentence-transformers
8
  faiss-cpu
9
  huggingface_hub
10
  transformers
11
- protobuf==3.20.0; sys_platform != 'darwin'
12
- protobuf==3.20.0; sys_platform == 'darwin' and platform_machine != 'arm64'
13
- protobuf==3.20.3; sys_platform == 'darwin' and platform_machine == 'arm64'
14
  auto-gptq==0.2.2
15
  docx2txt
16
  unstructured
@@ -18,8 +18,8 @@ unstructured
18
 
19
  urllib3==1.26.6
20
  accelerate
21
- bitsandbytes ; sys_platform != 'win32'
22
- bitsandbytes-windows ; sys_platform == 'win32'
23
  click
24
  flask
25
  requests
 
8
  faiss-cpu
9
  huggingface_hub
10
  transformers
11
+ protobuf==3.20.0
12
+ protobuf==3.20.0
13
+ protobuf==3.20.3
14
  auto-gptq==0.2.2
15
  docx2txt
16
  unstructured
 
18
 
19
  urllib3==1.26.6
20
  accelerate
21
+ bitsandbytes
22
+ bitsandbytes-windows
23
  click
24
  flask
25
  requests