From fdb1f1694f44cfbc59d303a10371300b48d74627 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 7 Jul 2022 18:49:00 +0200 Subject: Refactor to use `char::REPLACEMENT_CHARACTER` --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index be584f6..0634eec 100644 --- a/readme.md +++ b/readme.md @@ -145,7 +145,6 @@ cargo doc --document-private-items #### Misc -- [ ] (1) use `char::REPLACEMENT_CHARACTER`? - [ ] (3) `nostd` - [ ] (3) Check subtokenizer unraveling is ok - [ ] (3) Remove splicing and cloning in subtokenizer @@ -275,3 +274,4 @@ important. - [x] (2) Fix resizing attention bug - [x] (2) Fix interleaving of attention/label - [x] (8) Add basic support for block quotes +- [x] (1) use `char::REPLACEMENT_CHARACTER`? -- cgit