Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.9.0
|
2 |
+
wandb
|
3 |
+
tensorboard
|
4 |
+
git+https://github.com/huggingface/huggingface_hub.git
|
5 |
+
git+https://github.com/huggingface/transformers.git
|
6 |
+
git+https://github.com/huggingface/datasets.git@load_dataset-no-dataset-script
|
7 |
+
git+https://github.com/huggingface/accelerate.git
|