Add requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers==4.46.3
|
| 2 |
+
torch @ https://download.pytorch.org/whl/cu121_full/torch-2.5.1%2Bcu121-cp310-cp310-linux_x86_64.whl
|
| 3 |
+
torchaudio @ https://download.pytorch.org/whl/cu121/torchaudio-2.5.1%2Bcu121-cp310-cp310-linux_x86_64.whl
|
| 4 |
+
torchsummary==1.5.1
|
| 5 |
+
torchvision @ https://download.pytorch.org/whl/cu121/torchvision-0.20.1%2Bcu121-cp310-cp310-linux_x86_64.whl
|
| 6 |
+
numpy==1.26.4
|
| 7 |
+
matplotlib==3.8.0
|
| 8 |
+
matplotlib-inline==0.1.7
|
| 9 |
+
matplotlib-venn==1.1.1
|
| 10 |
+
gradio==5.8.0
|
| 11 |
+
gradio_client==1.5.1
|