Skip to content

Commit 1387fde

Browse files
authored
Fix link in README (#19)
Signed-off-by: Alex Zamoshchin <alexzamoshchin@gmail.com>
1 parent f21da2f commit 1387fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenizer_ts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ createTokenizer();
4848

4949
```
5050
In production setting, you should pre-download the BPE rank file and call `createTokenizer` API to avoid downloading the BPE rank file on the fly.
51-
You can find the model to encoder and encoder to BPE rank file link mapping in: [tokenizerBuilder.ts](https://github.com/microsoft/Tokenizer/blob/44cc0d603b22483abcc71310e25b8b3746f32cd9/tokenizer_ts/src/tokenizerBuilder.ts#L201).
51+
You can find the model to encoder and encoder to BPE rank file link mapping in: [tokenizerBuilder.ts](https://github.com/microsoft/Tokenizer/blob/main/tokenizer_ts/src/tokenizerBuilder.ts#L15-L55).
5252

5353
# Contributing
5454

0 commit comments

Comments
 (0)