We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
recently oneflow stopped working in CI, reasons are unclear.
see an example of failed job: https://github.com/arogozhnikov/einops/actions/runs/6415689967/job/17418032244?pr=288
In github actions
oneflow==0.9.0
python -c 'import oneflow'
Error message:
ImportError('libcudnn_cnn_infer.so.8: cannot open shared object file: No such file or directory')
python3 -m oneflow --doctor
The text was updated successfully, but these errors were encountered:
Had the same problem, fixed it by following this guide: https://gist.github.com/denguir/b21aa66ae7fb1089655dd9de8351a202
Sorry, something went wrong.
installing CUDA is wrong solution for CI.
CPU version should work, and it doesn't
No branches or pull requests
Summary
recently oneflow stopped working in CI, reasons are unclear.
Code to reproduce bug
see an example of failed job: https://github.com/arogozhnikov/einops/actions/runs/6415689967/job/17418032244?pr=288
In github actions
oneflow==0.9.0
python -c 'import oneflow'
Error message:
System Information
python3 -m oneflow --doctor
): 0.9.0The text was updated successfully, but these errors were encountered: