Upload requirements_nano_coder.txt with huggingface_hub
Browse files
requirements_nano_coder.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
+
numpy>=1.21.0
|
5 |
+
tqdm>=4.64.0
|
6 |
+
datasets>=2.0.0
|
7 |
+
huggingface-hub>=0.10.0
|
8 |
+
transformers>=4.20.0
|
9 |
+
wandb>=0.13.0 # optional, for logging
|