Create requirements.txt
Browse files- 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
|