Lazar Dilov

Results 4 comments of Lazar Dilov

@microsoft-github-policy-service agree

@microsoft-github-policy-service agree

> @ldilov - could you comment what errors you were seeing and how this fixes them? C2398: Element '2': conversion from 'size_t' to '_Ty' requires a narrowing conversion` - during...

@ucas010 The bug is in setup.py. On line ~270+ where the setup() call is made, you have to add one more argument: `package_dir={"": "."},` so it should become: ```py setup(name='deepspeed',...