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
Support multiple chat templates per model (#134)
* Improve chat template parsing
* Clean up
* Improve chat template selection
* Add tests for chat templates
* Update Sources/Tokenizers/Tokenizer.swift
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
* Improve template selection
* More elegant solution for chatTemplate argument
* Update Sources/Tokenizers/Tokenizer.swift
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
* Add overload with `chatTemplate` argument of type `String`
---------
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>