bytedance / byteps

A high performance and generic framework for distributed DNN training
Other
3.63k stars 490 forks source link

build: skip installing disabled extensions #354

Closed pleasantrabbit closed 3 years ago

pleasantrabbit commented 3 years ago

If an extension is explictly disabled by:

export BYTEPS_WITHOUT_MXNET=1 export BYTEPS_WITHOUT_PYTORCH=1 export BYTEPS_WITHOUT_TENSORFLOW=1

do not try to install it.

Signed-off-by: Yulu Jia yulu.jia@bytedance.com