jobright-jiyuan

Results 1 issues of jobright-jiyuan

In `encode_post` of `SentenceTransformerPatched` we have ``` embeddings = out_features.detach().cpu().to(torch.float32) ``` On GPU if I'm understanding correctly, `.cpu()` triggers a device to host synchronization which will have to wait for...

help wanted