deepspeed.ops.op_builder.async_io.AsyncIOBuilder assert
See original GitHub issueHow can we make it clear to the user that they need to do apt install libaio-dev
in this assert?
self = <deepspeed.ops.op_builder.async_io.AsyncIOBuilder object at 0x7f5dbce1f160>
verbose = True
def jit_load(self, verbose=True):
if not self.is_compatible():
> raise RuntimeError(
f"Unable to JIT load the {self.name} op due to it not being compatible due to hardware/software issue."
)
E RuntimeError: Unable to JIT load the async_io op due to it not being compatible due to hardware/software issue.
@tjruwase, can’t we just say apt install libaio-dev
in the error message?
f"Unable to JIT load the {self.name} op due to it not being compatible due to hardware/software issue. "
"Most likely you need to: 'apt install libaio-dev'"
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:5 (4 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@stas00, if you still have the log can you please check if the assert message is preceded by warning like this:
... requires the libraries: ['libaio-dev'] but are missing.
?same issue, libaio-dev couldnt make it… https://github.com/dlfrnaos19/aiffel_test1/blob/master/deepspeed_issue.ipynb