feat: add async decode batch type annotations in decoding#1966
feat: add async decode batch type annotations in decoding#1966ArthurZucker merged 1 commit intohuggingface:mainfrom
Conversation
|
@ArthurZucker this should be an easy one to review. TY. |
ArthurZucker
left a comment
There was a problem hiding this comment.
yeah sure, I don't think its used much but let' s go
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
|
Seems like a unrelated failure |
|
Yep! |
|
Hi @ArthurZucker @michaelfeil I just ran into this PR and am curious at the structure: why is BaseTokenizer another wrapper which holds the real tokenzer in |
|
its not an internal its more like an example of how you can use. I don't think many people use it tho |
Something I forgot to add to #1843.
Reminder to myself to also wire up native asynchronous support.