Skip to content
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

Oneflow fails in einops CI. #10340

Open
arogozhnikov opened this issue Oct 5, 2023 · 2 comments
Open

Oneflow fails in einops CI. #10340

arogozhnikov opened this issue Oct 5, 2023 · 2 comments
Labels
bug community events from community

Comments

@arogozhnikov
Copy link

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

  1. oneflow==0.9.0
  2. python -c 'import oneflow'

Error message:

ImportError('libcudnn_cnn_infer.so.8: cannot open shared object file: No such file or directory')

System Information

  • What is your OneFlow installation (pip, source, dockerhub):
  • OS: ubuntu 22.4.3
  • OneFlow version (run python3 -m oneflow --doctor): 0.9.0
  • Python version: tested 3.8 and 3.10 - both fail.
  • CUDA driver version: None
  • GPU models: None
  • Other info: None
@KipUnmo
Copy link

KipUnmo commented Oct 9, 2023

Had the same problem, fixed it by following this guide: https://gist.github.com/denguir/b21aa66ae7fb1089655dd9de8351a202

@arogozhnikov
Copy link
Author

installing CUDA is wrong solution for CI.

CPU version should work, and it doesn't

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug community events from community
Projects
None yet
Development

No branches or pull requests

2 participants