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
When I use half-precision reasoning, I encounter this problem, how can I solve it? Thanks~
./torchdiffeq/_impl/misc.py", line 193, in forward
t = _nextafter(t, t - 1)
^^^^^^^^^^^^^^^^^^^^
./torchdiffeq/_impl/misc.py", line 361, in _nextafter
out = torch.nextafter(x1, x2)
^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: "nextafter_cuda" not implemented for 'Half'
The text was updated successfully, but these errors were encountered:
When I use half-precision reasoning, I encounter this problem, how can I solve it? Thanks~
The text was updated successfully, but these errors were encountered: