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
{{ message }}
This repository was archived by the owner on Sep 30, 2023. It is now read-only.
Hello,
I wanted to try the bigger models, but these come in several .bin files. When I launch the converter python script I get that it cannot find python_model.bin (since there are 4 pytorch_model-0000x-of-00004.bin).
Do I have to merge them using cat *.bin > pytorch_model.bin (ensuring there is no other bin file in the directory obviously) ?