Tony Hammack
Tony Hammack
I have followed the instructions to build from source, and I still see the library be x86_64 compiled. I cloned the repo, made sure the Python environment is configured for...
@spullara I did. It was the rustup one and not Brew.
@spullara I ran `rustup toolchain list` and the output is as follows: ``` stable-aarch64-apple-darwin (default) stable-x86_64-apple-darwin ```
I get this when I run it in `tokenizers/bindings/python`: ``` stable-aarch64-apple-darwin (default) stable-x86_64-apple-darwin (override) ```
I am on `go version go1.18.4 darwin/amd64`. When I update to 1.47.3, it works. Thanks for everyone's hard work.