explosion / tokenizations

Robust and Fast tokenizations alignment library for Rust and Python https://tamuhey.github.io/tokenizations/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile for glibc 2.17

AndriyMulyar opened this issue · comments

Great implementation and solved my problem locally! When trying to run on a Centos based cluster, I found that the library was compiled at minimum for GLIBC_2.18. Would it be feasible to compile against GLIBC_2.17?

Thank you for your report! I'll try to solve this problem.
Could you share the environment information?

@AndriyMulyar I've published a new version of pytokenizations which is able to be installed in old centos (#7) . Please try it!