jp6/cu129/: mistral-common-1.8.1 metadata and description

Simple index

Mistral-common is a library of common utilities for Mistral AI.

author_email bam4d <bam4d@mistral.ai>
description_content_type text/markdown
requires_dist
  • pydantic<3.0,>=2.7
  • jsonschema>=4.21.1
  • sentencepiece>=0.2.0
  • typing-extensions>=4.11.0
  • tiktoken>=0.7.0
  • pillow>=10.3.0
  • requests>=2.0.0
  • numpy<1.25,>=1.22; python_version < "3.9"
  • numpy>=1.25; python_version >= "3.9"
  • pydantic-extra-types[pycountry]>=2.10.5
  • opencv-python-headless>=4.0.0; extra == "opencv"
  • soundfile>=0.12.1; extra == "soundfile"
  • soxr>=0.5.0; extra == "soxr"
  • mistral_common[soundfile]; extra == "audio"
  • mistral_common[soxr]; extra == "audio"
  • mistral_common[opencv]; extra == "image"
  • huggingface-hub>=0.32.4; extra == "hf-hub"
requires_python <3.14,>=3.9.0

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
mistral_common-1.8.1-py3-none-any.whl
Size
6 MB
Type
Python Wheel
Python
3
Mistral AI

Mistral-common

PyPI version Tests Documentation Python version License

What is it?

mistral-common is a set of tools to help you work with Mistral AI models.

We open-source the tokenizers, validation and normalization code that can be used with our models.

This ensures that you can take full advantage of our models for the following features:

We also version our tokenizers to guarantee backward compatibility for the models that we release.

For who ?

This library is for you if you want to:

How to use it ?

You can install the library using pip:

pip install mistral-common[opencv]

For more information, please refer to the documentation.

How to contribute ?

We welcome contributions to this library. Please open an issue on our GitHub repository if you have any questions or suggestions.

All of our features are tested to ensure best usage. But if you encounter a bug, find difficulties in using mistral-common. Please also open an issue.

License

This library is licensed under the Apache 2.0 License. See the LICENCE file for more information.