Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
| 3 |
+
matplotlib
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
ipykernel
|
| 6 |
+
ipywidgets
|
| 7 |
+
ipympl
|
| 8 |
+
|
| 9 |
+
# Install Transformers directly from GitHub source
|
| 10 |
+
transformers @ git+https://github.com/huggingface/transformers.git
|