shoom013 commited on
Commit
fc7a5b5
·
verified ·
1 Parent(s): ee3408d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,13 +1,15 @@
1
  huggingface_hub
2
  #transformers
3
  #googletrans
4
- chromadb==0.4.24
 
5
  llama-index
6
  llama-index-embeddings-huggingface
7
  llama-index-llms-huggingface
8
  llama-index-vector-stores-chroma
9
  llama-index-llms-huggingface-api
10
- torch==2.2.1
 
11
  #openai==1.13.3
12
  regex
13
  more-itertools
 
1
  huggingface_hub
2
  #transformers
3
  #googletrans
4
+ chromadb
5
+ #==0.4.24
6
  llama-index
7
  llama-index-embeddings-huggingface
8
  llama-index-llms-huggingface
9
  llama-index-vector-stores-chroma
10
  llama-index-llms-huggingface-api
11
+ torch
12
+ #==2.2.1
13
  #openai==1.13.3
14
  regex
15
  more-itertools