v1.6.0 - v11 instruct tokenizer, new docs, from_hf_hub, ...
What's Changed
- Constantize model to tokenizer mapping (for external import) by @djsaunde in https://github.com/mistralai/mistral-common/pull/86
- Improve the documentation by @juliendenize in https://github.com/mistralai/mistral-common/pull/87
- Fix the documentation URL by @juliendenize in https://github.com/mistralai/mistral-common/pull/88
- Add support for file:// protocol URIs. by @sjuxax in https://github.com/mistralai/mistral-common/pull/85
- Add check for uv lock by @juliendenize in https://github.com/mistralai/mistral-common/pull/89
- Add the from_hf_hub method to MistralTokenizer by @juliendenize in https://github.com/mistralai/mistral-common/pull/90
- Add support to the openai format for Chat completions by @juliendenize in https://github.com/mistralai/mistral-common/pull/92
- V11 Instruct by @patrickvonplaten in https://github.com/mistralai/mistral-common/pull/91
- Use HF hub API for download by @juliendenize in https://github.com/mistralai/mistral-common/pull/93
New Contributors
- @djsaunde made their first contribution in https://github.com/mistralai/mistral-common/pull/86
- @sjuxax made their first contribution in https://github.com/mistralai/mistral-common/pull/85
Full Changelog: https://github.com/mistralai/mistral-common/compare/v1.5.6...v1.6.0