arjunanand13 commited on
Commit
2cec0c4
·
verified ·
1 Parent(s): 6bbeac8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,17 +1,16 @@
1
- numpy==1.24.3
2
  torch==2.1.0
3
- transformers==4.21.0
4
  sentence_transformers==2.2.2
5
  langchain==0.0.333
6
  langchain_community
7
  faiss-gpu==1.7.2
8
- accelerate==0.20.3
9
  bitsandbytes==0.41.2.post2
10
  einops==0.7.0
11
  xformers==0.0.22.post7
12
- gradio==3.50.0
13
  huggingface_hub==0.15.1
14
- tokenizers==0.13.3
15
 
16
 
17
  #2024 june requirements
 
1
+ numpy<2.0.0
2
  torch==2.1.0
3
+ transformers==4.35.0
4
  sentence_transformers==2.2.2
5
  langchain==0.0.333
6
  langchain_community
7
  faiss-gpu==1.7.2
8
+ accelerate==0.24.1
9
  bitsandbytes==0.41.2.post2
10
  einops==0.7.0
11
  xformers==0.0.22.post7
12
+ gradio==4.1.2
13
  huggingface_hub==0.15.1
 
14
 
15
 
16
  #2024 june requirements