v1.8.6: rm Python 3.9, bug fixes.
What's Changed
- Remove deprecated imports in docs. by @juliendenize in https://github.com/mistralai/mistral-common/pull/138
- Add normalizer and validator utils by @juliendenize in https://github.com/mistralai/mistral-common/pull/140
- Refactor private aggregate messages for InstructRequestNormalizer by @juliendenize in https://github.com/mistralai/mistral-common/pull/141
- test: improve unit test for is_opencv_installed by @PrasanaaV in https://github.com/mistralai/mistral-common/pull/143
- Optimize spm decode function by @juliendenize in https://github.com/mistralai/mistral-common/pull/144
- Add get_one_valid_tokenizer_file by @juliendenize in https://github.com/mistralai/mistral-common/pull/142
- Remove Python 3.9 support by @juliendenize in https://github.com/mistralai/mistral-common/pull/145
- Correctly pass
revisionandtokento hf_api by @juliendenize in https://github.com/mistralai/mistral-common/pull/149 - Fix assertion in test_convert_text_chunk and tool_call by @patrickvonplaten in https://github.com/mistralai/mistral-common/pull/152
- Pins GH actions by @arcanis in https://github.com/mistralai/mistral-common/pull/160
- Add usage restrictions regarding third-party rights. by @juliendenize in https://github.com/mistralai/mistral-common/pull/161
- Improve tekken logging message for vocabulary by @juliendenize in https://github.com/mistralai/mistral-common/pull/162
- Set version 1.8.6 by @juliendenize in https://github.com/mistralai/mistral-common/pull/151
New Contributors
- @PrasanaaV made their first contribution in https://github.com/mistralai/mistral-common/pull/143
- @arcanis made their first contribution in https://github.com/mistralai/mistral-common/pull/160
Full Changelog: https://github.com/mistralai/mistral-common/compare/v1.8.5...v1.8.6