[example] add example requirement (#2345)

pull/2352/head
binmakeswell 2023-01-06 09:03:29 +08:00 committed by GitHub
parent 7ce965c7cc
commit d7352bef2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 22 additions and 0 deletions

View File

@ -27,4 +27,5 @@ dependencies:
- torchmetrics==0.7.0
- prefetch_generator
- datasets
- colossalai
- -e .

View File

@ -14,4 +14,5 @@ webdataset==0.2.5
open-clip-torch==2.7.0
gradio==3.11
datasets
colossalai
-e .

View File

@ -5,3 +5,4 @@ transformers>=4.21.0
ftfy
tensorboard
modelcards
colossalai

View File

@ -0,0 +1,2 @@
colossalai >= 0.1.12
torch >= 1.8.1

View File

@ -0,0 +1,2 @@
colossalai >= 0.1.12
torch >= 1.8.1

View File

@ -0,0 +1,2 @@
colossalai >= 0.1.12
torch >= 1.8.1

View File

@ -0,0 +1,2 @@
colossalai >= 0.1.12
torch >= 1.8.1

View File

@ -0,0 +1,2 @@
colossalai >= 0.1.12
torch >= 1.8.1

View File

@ -0,0 +1,2 @@
colossalai >= 0.1.12
torch >= 1.8.1

View File

@ -6,3 +6,4 @@ sanic_ext==22.9.0
torch>=1.10.0
transformers==4.23.1
uvicorn==0.19.0
colossalai

View File

@ -0,0 +1,2 @@
colossalai >= 0.1.12
torch >= 1.8.1

View File

@ -0,0 +1,2 @@
colossalai >= 0.1.12
torch >= 1.8.1

View File

@ -28,6 +28,7 @@ dependencies:
- torchmetrics==0.7.0
- kornia==0.6
- prefetch_generator
- colossalai
- -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 .

View File

@ -16,6 +16,7 @@ torchmetrics==0.6.0
kornia==0.6
opencv-python==4.6.0.66
prefetch_generator
colossalai
-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 .