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
Since FAISS does not yet support float16, the implementation method convertFloat16ToFloat32 tries to convert the float16 type in the input data to float32.
Since FAISS does not yet support float16, the implementation method convertFloat16ToFloat32 tries to convert the float16 type in the input data to float32.
PR:#876