roubaofeipi
commited on
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
accelerate>=0.25.0
|
3 |
transformers>=4.30.0
|
4 |
-
numpy>=1.23.5
|
5 |
kornia>=0.7.0
|
6 |
torch==2.0.1
|
7 |
torchvision==0.15.2
|
@@ -15,5 +14,7 @@ munch>=4.0.0
|
|
15 |
onnxruntime>=1.16.3
|
16 |
einops>=0.7.0
|
17 |
onnx2torch>=1.5.13
|
|
|
|
|
18 |
warmup-scheduler @ git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git
|
19 |
torchtools @ git+https://github.com/pabloppp/pytorch-tools
|
|
|
1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
accelerate>=0.25.0
|
3 |
transformers>=4.30.0
|
|
|
4 |
kornia>=0.7.0
|
5 |
torch==2.0.1
|
6 |
torchvision==0.15.2
|
|
|
14 |
onnxruntime>=1.16.3
|
15 |
einops>=0.7.0
|
16 |
onnx2torch>=1.5.13
|
17 |
+
numpy>=1.23.5
|
18 |
+
gradio
|
19 |
warmup-scheduler @ git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git
|
20 |
torchtools @ git+https://github.com/pabloppp/pytorch-tools
|