i user pytorch 1.12 with cuda 11.6, and with ds config of
DS_BUILD_FUSED_ADAM=1
DS_BUILD_CPU_ADAM=1
DS_BUILD_UTILS=1
DS_BUILD_TRANSFORMER=0
DS_BUILD_STOCHASTIC_TRANSFORMER=0
DS_BUILD_TRANSFORMER_INFERENCE=1
DS_BUILD_OPS=0
use pip3 install deepspeed --global-option="build_ext" --global-option="-j8"
and the finnal error is error: command '/usr/local/cuda/bin/nvcc' failed with exit code 1
nvcc fatal : Unknown option '-Wno-reorder'
i user pytorch 1.12 with cuda 11.6, and with ds config of
DS_BUILD_FUSED_ADAM=1
DS_BUILD_CPU_ADAM=1
DS_BUILD_UTILS=1
DS_BUILD_TRANSFORMER=0
DS_BUILD_STOCHASTIC_TRANSFORMER=0
DS_BUILD_TRANSFORMER_INFERENCE=1
DS_BUILD_OPS=0
use pip3 install deepspeed --global-option="build_ext" --global-option="-j8"
and the finnal error is error: command '/usr/local/cuda/bin/nvcc' failed with exit code 1
nvcc fatal : Unknown option '-Wno-reorder'