Spaces:
Sleeping
Sleeping
Commit ·
bcf2d51
1
Parent(s): 7e2c13f
Use editable installs for taming-transformers and CLIP (taming has no __init__.py)
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -16,5 +16,5 @@ mmcv-lite
|
|
| 16 |
mmengine
|
| 17 |
tensorboardX
|
| 18 |
timm
|
| 19 |
-
git+https://github.com/openai/CLIP.git@main#egg=clip
|
| 20 |
-
git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|
|
|
|
| 16 |
mmengine
|
| 17 |
tensorboardX
|
| 18 |
timm
|
| 19 |
+
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|
| 20 |
+
-e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|