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
e.g. tevatron uses pyserini for evaluation, EntityQuestion uses pyserini for bm25 search.
in those case, its not make sense to let user install faiss/torch/onnxruntime etc.
we can utilize transformers utils is_backend_avaliable and requires_backend to dynamically import dependencies
The text was updated successfully, but these errors were encountered:
e.g. tevatron uses pyserini for evaluation, EntityQuestion uses pyserini for bm25 search.
in those case, its not make sense to let user install faiss/torch/onnxruntime etc.
we can utilize transformers utils
is_backend_avaliable
andrequires_backend
to dynamically import dependenciesThe text was updated successfully, but these errors were encountered: