Unverified Commit d7352bef authored by binmakeswell's avatar binmakeswell Committed by GitHub
Browse files

[example] add example requirement (#2345)

parent 7ce965c7
...@@ -27,4 +27,5 @@ dependencies: ...@@ -27,4 +27,5 @@ dependencies:
- torchmetrics==0.7.0 - torchmetrics==0.7.0
- prefetch_generator - prefetch_generator
- datasets - datasets
- colossalai
- -e . - -e .
...@@ -14,4 +14,5 @@ webdataset==0.2.5 ...@@ -14,4 +14,5 @@ webdataset==0.2.5
open-clip-torch==2.7.0 open-clip-torch==2.7.0
gradio==3.11 gradio==3.11
datasets datasets
colossalai
-e . -e .
...@@ -5,3 +5,4 @@ transformers>=4.21.0 ...@@ -5,3 +5,4 @@ transformers>=4.21.0
ftfy ftfy
tensorboard tensorboard
modelcards modelcards
colossalai
colossalai >= 0.1.12
torch >= 1.8.1
colossalai >= 0.1.12
torch >= 1.8.1
colossalai >= 0.1.12
torch >= 1.8.1
colossalai >= 0.1.12
torch >= 1.8.1
colossalai >= 0.1.12
torch >= 1.8.1
...@@ -6,3 +6,4 @@ sanic_ext==22.9.0 ...@@ -6,3 +6,4 @@ sanic_ext==22.9.0
torch>=1.10.0 torch>=1.10.0
transformers==4.23.1 transformers==4.23.1
uvicorn==0.19.0 uvicorn==0.19.0
colossalai
colossalai >= 0.1.12
torch >= 1.8.1
...@@ -28,6 +28,7 @@ dependencies: ...@@ -28,6 +28,7 @@ dependencies:
- torchmetrics==0.7.0 - torchmetrics==0.7.0
- kornia==0.6 - kornia==0.6
- prefetch_generator - prefetch_generator
- colossalai
- -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
- -e git+https://github.com/openai/CLIP.git@main#egg=clip - -e git+https://github.com/openai/CLIP.git@main#egg=clip
- -e . - -e .
...@@ -16,6 +16,7 @@ torchmetrics==0.6.0 ...@@ -16,6 +16,7 @@ torchmetrics==0.6.0
kornia==0.6 kornia==0.6
opencv-python==4.6.0.66 opencv-python==4.6.0.66
prefetch_generator prefetch_generator
colossalai
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
-e git+https://github.com/openai/CLIP.git@main#egg=clip -e git+https://github.com/openai/CLIP.git@main#egg=clip
-e . -e .
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment