bluuebunny commited on
Commit
2dd6dc6
·
verified ·
1 Parent(s): d002b4f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu121
2
+ python==3.10
3
+ torch
4
+ pandas
5
+ pyarrow
6
+ datasets
7
+ kaggle
8
+ sentence-transformers
9
+ gradio
10
+ huggingface-hub
11
+ tqdm
12
+ mixedbread-ai
13
+ python-dotenv
14
+ numpy