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
Work-around for protobuf init crash in sentencepiece (#9693)
A work-around for the protobuf init crash in sentencepiece. The code
within the try/except block triggers sentencepiece loading path. This
has to be done between ``import torch`` and ``import _XLAC`` and works
even though the loading of "" triggers file not found error.
#9691
0 commit comments