-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libaio .so error on win 11 #622
Comments
LINK : fatal error LNK1181: cannot open input file 'aio.lib' |
You have 2 options. GPU: |
Same here, only thing I figured out is that this probably has to do with deepspeed |
Build and install Deepspeed from git using VS2022: deepspeedai/DeepSpeed#4729 |
[WARNING] async_io requires the dev libaio .so object and headers but these were not found.
[WARNING] If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
[WARNING] One can disable async_io with DS_BUILD_AIO=0
[ERROR] Unable to pre-compile async_io
The text was updated successfully, but these errors were encountered: