openai / tiktoken

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

performance image is broken when viewing the readme from PyPI website #67

Closed Mariatta closed 1 year ago

Mariatta commented 1 year ago

On the tiktoken PyPI page, https://pypi.org/project/tiktoken/ the performance image is broken. Looking at the doc source, it seems to be pointing to a relative path within the repo.

![image](./perf.svg)

Perhaps it can be updated to: https://raw.githubusercontent.com/openai/tiktoken/main/perf.svg?

Screenshot of the issue:

Screen Shot 2023-03-17 at 9 35 38 AM