mirror of https://github.com/hpcaitech/ColossalAI
[example] add example requirement (#2345)
parent
7ce965c7cc
commit
d7352bef2c
|
@ -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
|
||||||
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
|
||||||
ftfy
|
ftfy
|
||||||
tensorboard
|
tensorboard
|
||||||
modelcards
|
modelcards
|
||||||
|
colossalai
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
colossalai >= 0.1.12
|
||||||
|
torch >= 1.8.1
|
|
@ -0,0 +1,2 @@
|
||||||
|
colossalai >= 0.1.12
|
||||||
|
torch >= 1.8.1
|
|
@ -0,0 +1,2 @@
|
||||||
|
colossalai >= 0.1.12
|
||||||
|
torch >= 1.8.1
|
|
@ -0,0 +1,2 @@
|
||||||
|
colossalai >= 0.1.12
|
||||||
|
torch >= 1.8.1
|
|
@ -0,0 +1,2 @@
|
||||||
|
colossalai >= 0.1.12
|
||||||
|
torch >= 1.8.1
|
|
@ -0,0 +1,2 @@
|
||||||
|
colossalai >= 0.1.12
|
||||||
|
torch >= 1.8.1
|
|
@ -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
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
colossalai >= 0.1.12
|
||||||
|
torch >= 1.8.1
|
|
@ -0,0 +1,2 @@
|
||||||
|
colossalai >= 0.1.12
|
||||||
|
torch >= 1.8.1
|
|
@ -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
|
||||||
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 .
|
||||||
|
|
Loading…
Reference in New Issue