blob: dc0477c56af7125b967786c459eed7bab1cd521a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = python-mistral-common-git
pkgdesc = Official inference library for pre-processing of Mistral models
pkgver = 1.11.0.r0.g7843bc8
pkgrel = 1
url = https://github.com/mistralai/mistral-common
arch = x86_64
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-poetry
makedepends = python-setuptools
depends = python
depends = python-huggingface-hub
depends = python-jinja
depends = python-numpy
depends = python-jsonschema
depends = python-pillow
depends = python-pydantic
depends = python-pydantic-extra-types
depends = python-pydantic-settings
depends = python-requests
depends = python-tiktoken
depends = python-typing_extensions
provides = python-mistral-common
provides = mistral-common
conflicts = python-mistral-common
source = git+https://github.com/mistralai/mistral-common
sha256sums = SKIP
pkgname = python-mistral-common-git
|