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
Currently, we send/recv the tensors directly through tensor.data_ptr(), which is unsafe if we want to perform async send/recv (especially for sampler&tokenizer). Maybe try to replace all the raw pointers with the tensors.
The text was updated successfully, but these errors were encountered:
Currently, we send/recv the tensors directly through
tensor.data_ptr()
, which is unsafe if we want to perform async send/recv (especially for sampler&tokenizer). Maybe try to replace all the raw pointers with the tensors.The text was updated successfully, but these errors were encountered: