About Tensornvme
After I install tensornvme via pip, the error report shows ModuleNotFoundError: No module named 'tensornvme.async_file_io', I didn't find any solution to this problem on the web, how should I solve it?
I also encountered the problem.
Do not install from pip. A manual Installation from the source code of tensornvme can solve it.
https://github.com/hpcaitech/TensorNVMe install tensornvme via the source code
More specifically, you need the AIO part from tensornvme.
Do not install from pip. A manual Installation from the source code of tensornvme can solve it.
Thanks for your reply, by installing from source I have resolved the issue!
https://github.com/hpcaitech/TensorNVMe install tensornvme via the source code
Thanks for your reply, by installing from source I have resolved the issue!
I also encountered the problem. You need to install from the source of TenorNVMe, after the installation is complete restart bashrc using source to run open-sora2.0 successfully!