fr_dep_news_trf model on MacOS ARM #9177
-
Hi, I'm trying to use the fr_dep_news_trf model on my ARM based Mac. The requirement seems to be that sentencepiece 0.1.91 is used, but that doesn't have binaries for Mac, nor does the source build seem to work on mac. Is there any way to make the model work with newer sentencepiece versions that are ARM compatible? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It looks like the sentencepiece version is hardcoded in Transformers, so there's not much we can do about this on our end. If you use a more recent version of sentencepiece it might just work? |
Beta Was this translation helpful? Give feedback.
-
Ah, thanks, I didn't piece together it was Transformers itself that required this (no pun intended :-P). I will ask them about and experiment with newer versions. When I try |
Beta Was this translation helpful? Give feedback.
It looks like the sentencepiece version is hardcoded in Transformers, so there's not much we can do about this on our end. If you use a more recent version of sentencepiece it might just work?