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 follow the quickstart.md. In the function batched_get_hiddens(), some tensor values in the hidden states (out) contain NaN, disrupting downstream processes. Any suggestions?
The text was updated successfully, but these errors were encountered:
Solved by changing device_map='auto' to device_map='cuda', when set to auto it is using 3 gpu for distribute inference ,but i do not know how this happened
When I follow the quickstart.md. In the function batched_get_hiddens(), some tensor values in the hidden states (out) contain NaN, disrupting downstream processes. Any suggestions?
The text was updated successfully, but these errors were encountered: