You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove Arc<> for encoder hashmap and use directly (#12)
partial revert of #11
was seeing weird perf regression in benchmarks
rust borrow checker makes it really hard for two things to own the same
data, so take the simple way out by letting CoreBPE own mergeable_ranks
0 commit comments