hi,I install deepspeed using the following command:
DS_BUILD_OPS=1 python setup.py build_ext -j8 bdist_wheel
pip install dist/deepspeed-0.3.13+69bca4a-cp38-cp38-linux_x86_64.whl
I ran a demo with transformer kernel, I met with the following error:

However if I install deepspeed from source, the demo works well
hi,I install deepspeed using the following command:
DS_BUILD_OPS=1 python setup.py build_ext -j8 bdist_wheel
pip install dist/deepspeed-0.3.13+69bca4a-cp38-cp38-linux_x86_64.whl
I ran a demo with transformer kernel, I met with the following error:

However if I install deepspeed from source, the demo works well