Source: python-mistral-common
Section: python
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Mathieu Baudier <mbaudier@argeo.org>,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/deeplearning-team/python3-mistral-common
Vcs-Git: https://salsa.debian.org/deeplearning-team/python3-mistral-common.git
Homepage: https://github.com/mistralai/mistral-common
Build-Depends: cmake,
               dh-python,
               debhelper-compat (= 13),
Build-Depends-Indep: dh-sequence-python3,
                     python3-all,
                     python3-build,
                     python3-setuptools,
                     python3-wheel,
                     pybuild-plugin-pyproject,
                     mkdocs,
                     mkdocs-material,
                     mkdocs-autorefs,
                     mkdocs-gen-files,
                     mkdocs-literate-nav,
                     mkdocstrings,
                     mkdocstrings-python-handlers,
                     libjs-modernizr,
                     node-jquery,
                     python3-numpy,
                     python3-pytest,
                     python3-pydantic,
                     python3-pydantic-extra-types,
                     python3-pydantic-settings,
                     python3-pil,
                     python3-jsonschema,
                     python3-requests,
                     python3-huggingface-hub,
                     python3-soundfile,
                     python3-pycountry,
                     python3-tiktoken,
                     python3-fastapi,
                     python3-jinja2,
                     python3-sentencepiece,
                     python3-openai,
                     python3-opencv,
                     python3-soxr,

Package: python3-mistral-common
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
Description: Official inference library for pre-processing of Mistral models
 Mistral-common is a library of common utilities for Mistral AI. It is notably
 used to convert LLMs in Mistral-specific format to the GGUF file format used
 for inference by llama.cpp.

Package: python3-mistral-common-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Description: Official inference library for pre-processing of Mistral models (docs)
 Mistral-common is a library of common utilities for Mistral AI. It is notably
 used to convert LLMs in Mistral-specific format to the GGUF file format used
 for inference by llama.cpp.
 .
 This package provides the documentation of the Python module.
