openai / tiktoken

tiktoken is a fast BPE tokeniser for use with OpenAI's models.
MIT License
11.98k stars 816 forks source link

I need tiktoken win32 python3.8 version, can anyone provide it? #293

Closed loveFeng closed 4 months ago

loveFeng commented 4 months ago

I have a win7 32-bit virtual machine that needs to use tiktoken, but it is not available in pip.

hauntsaninja commented 4 months ago

I have no plans to provide prebuilt wheels for that platform. But as long as you have a Rust compiler, you should be able to compile your own from the sdist.