Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,11 +3,12 @@ ftfy
|
|
3 |
regex
|
4 |
tqdm
|
5 |
omegaconf
|
6 |
-
pytorch-lightning
|
7 |
torch-fidelity
|
8 |
transformers
|
9 |
einops
|
10 |
gradio
|
|
|
11 |
open_clip_torch
|
12 |
numpy
|
13 |
tqdm
|
|
|
3 |
regex
|
4 |
tqdm
|
5 |
omegaconf
|
6 |
+
pytorch-lightning==1.7.7
|
7 |
torch-fidelity
|
8 |
transformers
|
9 |
einops
|
10 |
gradio
|
11 |
+
torch==1.13.1
|
12 |
open_clip_torch
|
13 |
numpy
|
14 |
tqdm
|