gigant commited on
Commit
fee4293
1 Parent(s): abfd4d8

set pytorch-lightning version to 1.6.5 (newer version throws an error)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import os
2
 
3
  os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
4
- os.system("cd cloob-latent-diffusion;pip install omegaconf pillow pytorch-lightning einops wandb ftfy regex ./CLIP")
5
 
6
  import argparse
7
  from functools import partial
1
  import os
2
 
3
  os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
4
+ os.system("cd cloob-latent-diffusion;pip install omegaconf pillow pytorch-lightning==1.6.5 einops wandb ftfy regex ./CLIP")
5
 
6
  import argparse
7
  from functools import partial