[BUG] [Win] Installation from source fails for transformer_inference_op
#1631
Labels
bug
Something isn't working
transformer_inference_op
#1631
Describe the bug
I am attempting to install DeepSpeed from cloned code in editable mode and the build fails with these lines present in the output:
and
The first one happens despite
DS_BUILD_AIO=1
Full log: inst.log
To Reproduce
Steps to reproduce the behavior:
pip install -e .
Expected behavior
Build should succeed.
ds_report output
N/A
System info (please complete the following information):
WORKAROUND
Disabling transformer inference using
DS_BUILD_TRANSFORMER_INFERENCE=0
does the trick.The text was updated successfully, but these errors were encountered: