Rene Leonhardt

Results 371 comments of Rene Leonhardt

Interesting, now I can see what you mean, thank you! This was the only `copy=False` so I created https://github.com/apple/coremltools/pull/2488 to migrate to `np.asarray()`, maybe it will be merged 🤞

> Thanks seniors, I solved it! @newzhiMing Could you post your solution and close this issue? 😄

@bjorn3 Merged 🙂

Can you build master with `pip install -e .` and check again? Seems like a build problem (I can only find [XCode 10.1](https://xcodereleases.com/) for you which is 7 years old),...

Did you try to `export MACOSX_DEPLOYMENT_TARGET=10.13` before building? https://github.com/crusaderky/sentencepiece/pull/1#issuecomment-3016576898 Or maybe a community build for Python 3.13 is good enough for you? https://github.com/google/sentencepiece/pull/1120#issuecomment-3067049797

`export CMAKE_POLICY_VERSION_MINIMUM=3.5` is missing and `nproc` is not installed. What do you mean by artifacts? You have to clone the pull request.

lol literally no mention of macOS in 135 commits and still no extra CI job to test unsupported macOS versions... but sure, let's close it as fixed 😄 https://github.com/google/sentencepiece/compare/v0.2.0...v0.2.1

I restored support for release candidates in local, global, install and installed, please review https://github.com/go-nv/goenv/pull/392. Please note: * There are no tests yet * `install 1.20rc1` installs the latest release...

> ``` > [package.metadata.wasm-pack.profile.release] > wasm-opt = ["--enable-bulk-memory", "--enable-nontrapping-float-to-int"] > ``` @drager When can a Rust 1.87 fix be provided?