Commit Graph

2 Commits

Author SHA1 Message Date
andrusha
a58527e407
Bump SentencePiece to 0.2.0
This version has binary wheels for arm64 macOS. 

Otherwise building SentencePiece wheel on Catalina is problematic due to them using implicit conversions disallowed in safemode libc++:

```
src/sentencepiece/sentencepiece_wrap.cxx:3658:38: error: no viable conversion from 'const vector<std::string>' to 'const vector<absl::string_view>
```
2025-01-29 22:09:40 +01:00
wuchengyue
659982f413 commit 2024-10-18 11:58:52 +08:00