IAPark / tiktoken_ruby

Unofficial ruby binding for tiktoken by way of rust
MIT License
109 stars 26 forks source link

Fix cross compile #33

Closed IAPark closed 3 months ago

casperisfine commented 2 weeks ago

:wave: this is quite problematic for us because we do a lot of ruby-head testing, meaning we can't use the precompiled gems, we always fallback to the source gem.

And we have multiple Rust gems, this hard requirement on a specific rb_sys version prevent bundler from succeeding.

cc @ianks