ameerazam08
commited on
Update requirements.txt
Browse files- requirements.txt +13 -1
requirements.txt
CHANGED
@@ -5,4 +5,16 @@ safetensors
|
|
5 |
transformers
|
6 |
torchvision
|
7 |
warmup-scheduler @ git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git
|
8 |
-
torchtools @ git+https://github.com/pabloppp/pytorch-tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
transformers
|
6 |
torchvision
|
7 |
warmup-scheduler @ git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git
|
8 |
+
torchtools @ git+https://github.com/pabloppp/pytorch-tools
|
9 |
+
numpy>=1.23.5
|
10 |
+
kornia>=0.7.0
|
11 |
+
insightface>=0.7.3
|
12 |
+
opencv-python>=4.8.1.78
|
13 |
+
tqdm>=4.66.1
|
14 |
+
matplotlib>=3.7.4
|
15 |
+
webdataset>=0.2.79
|
16 |
+
wandb>=0.16.2
|
17 |
+
munch>=4.0.0
|
18 |
+
onnxruntime>=1.16.3
|
19 |
+
einops>=0.7.0
|
20 |
+
onnx2torch>=1.5.13
|