Skip to content

Commit 82facf9

Browse files
authored
Update the perf image path in readme (#68)
Closes #67
1 parent 529de22 commit 82facf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Example code using `tiktoken` can be found in the
2727

2828
`tiktoken` is between 3-6x faster than a comparable open source tokeniser:
2929

30-
![image](./perf.svg)
30+
![image](https://raw.githubusercontent.com/openai/tiktoken/main/perf.svg)
3131

3232
Performance measured on 1GB of text using the GPT-2 tokeniser, using `GPT2TokenizerFast` from
3333
`tokenizers==0.13.2`, `transformers==4.24.0` and `tiktoken==0.2.0`.

0 commit comments

Comments
 (0)