PearlIsa commited on
Commit
ec50d5a
·
verified ·
1 Parent(s): 08ad6d5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -2
requirements.txt CHANGED
@@ -4,7 +4,7 @@ torchvision
4
  torchaudio
5
  transformers
6
  sentence-transformers
7
- faiss-cpu # Changed from faiss-gpu since we'll use CPU version on Spaces
8
  datasets
9
  peft
10
  pytest
@@ -13,4 +13,11 @@ gradio
13
  wandb
14
  gradio_client
15
  tqdm
16
- python-dotenv
 
 
 
 
 
 
 
 
4
  torchaudio
5
  transformers
6
  sentence-transformers
7
+ faiss-cpu
8
  datasets
9
  peft
10
  pytest
 
13
  wandb
14
  gradio_client
15
  tqdm
16
+ python-dotenv
17
+ tensorflow
18
+ keras
19
+ scikit-learn
20
+ matplotlib
21
+ seaborn
22
+ pandas
23
+ requests