From 82facf911fe41f39f13565be73899eab1e1761ef Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Fri, 17 Mar 2023 13:46:32 -0700 Subject: [PATCH] Update the perf image path in readme (#68) Closes #67 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c96f1b4..1008816 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Example code using `tiktoken` can be found in the `tiktoken` is between 3-6x faster than a comparable open source tokeniser: -![image](./perf.svg) +![image](https://raw.githubusercontent.com/openai/tiktoken/main/perf.svg) Performance measured on 1GB of text using the GPT-2 tokeniser, using `GPT2TokenizerFast` from `tokenizers==0.13.2`, `transformers==4.24.0` and `tiktoken==0.2.0`.