You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
its current interface needs to be corrected and properly tested
token type needs to be switched from String to bytes of Vec<u8> type, so that improvements from Create vocabulary from pretrained models #91 will be allowed to be integrated into Vocabulary
This work might affect Index interface too, see if it would be possible to split it into a separate Issue/PR.
The text was updated successfully, but these errors were encountered:
Vocabulary interface requires adjustments:
Vec<u8>
type, so that improvements from Create vocabulary from pretrained models #91 will be allowed to be integrated intoVocabulary
This work might affect
Index
interface too, see if it would be possible to split it into a separate Issue/PR.The text was updated successfully, but these errors were encountered: