justinj92 commited on
Commit
0d3ab17
·
verified ·
1 Parent(s): 2a9c91f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -2
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
-
2
  gradio
3
  spaces
4
  torch==2.2.0
@@ -6,4 +5,10 @@ git+https://github.com/huggingface/transformers/
6
  optimum
7
  accelerate
8
  bitsandbytes
9
- transformers
 
 
 
 
 
 
 
 
1
  gradio
2
  spaces
3
  torch==2.2.0
 
5
  optimum
6
  accelerate
7
  bitsandbytes
8
+ transformers
9
+ langchain
10
+ tiktoken
11
+ pypdf
12
+ faiss-gpu
13
+ sentence_transformers==2.2.2
14
+ InstructorEmbedding