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
.float().cuda() is called, which is equivalent to: .to(torch.float32).cuda(), but the result is not stored, so the line has no effect apart from possibly unnecessary workload
line:
Is there an existing issue for this?
Current Behavior
.float().cuda()
is called, which is equivalent to:.to(torch.float32).cuda()
, but the result is not stored, so the line has no effect apart from possibly unnecessary workloadline:
ChatGLM-6B/ptuning/main.py
Line 132 in 401bf3a
Expected Behavior
No response
Steps To Reproduce
does not apply
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: