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
Concurrent encode() calls on the shared NomicBert SentenceTransformer model race and intermittently trigger tensor size mismatches during instance processing. Serialize wrapper encode() and raw shared-model access. Fix prepared; PR to follow.
Concurrent encode() calls on the shared NomicBert SentenceTransformer model race and intermittently trigger tensor size mismatches during instance processing. Serialize wrapper encode() and raw shared-model access. Fix prepared; PR to follow.