Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,7 @@ opencv-python
|
|
| 5 |
einops
|
| 6 |
OmegaConf
|
| 7 |
torchviz
|
| 8 |
-
pytorch-lightning==1.5.0
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
einops
|
| 6 |
OmegaConf
|
| 7 |
torchviz
|
| 8 |
+
pytorch-lightning==1.5.0
|
| 9 |
+
transformers==4.19.2
|
| 10 |
+
tqdm
|
| 11 |
+
xformers
|