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
In commit c2e1c05, at samplers.py line 1767 and 1213, index and stop_idx might not be on the same device, with stop_idx potentially being on the GPU. These lines should be modified as follows:
Describe the bug
This issue comes from the original issue #2205.
In commit c2e1c05, at samplers.py line 1767 and 1213,
index
andstop_idx
might not be on the same device, withstop_idx
potentially being on the GPU. These lines should be modified as follows:To Reproduce
The code below will cause device error.
Checklist
The text was updated successfully, but these errors were encountered: