You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was setting up a fresh pytorch environment and the latest cuda package installs nvidia-driver-530 and it makes kernl tests fail
and prints RuntimeError: CUDA error: misaligned address
also optimize_model at inference time prints the same error message too so I had to comment it out.
Description
I was setting up a fresh pytorch environment and the latest cuda package installs nvidia-driver-530 and it makes kernl tests fail
and prints
RuntimeError: CUDA error: misaligned address
also
optimize_model
at inference time prints the same error message too so I had to comment it out.Steps to reproduce
Prepare fresh ubuntu environment
Expected Behavior
tests pass
Actual Behavior
Your environment
Self-service
Code of Conduct
The text was updated successfully, but these errors were encountered: