blob: 64099be4f39898c0219e23d25da7650e4e6f96f1 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
pkgbase = python-vllm-bin
pkgdesc = high-throughput and memory-efficient inference and serving engine for LLMs
pkgver = 0.11.2
pkgrel = 1
url = https://github.com/vllm-project/vllm
arch = x86_64
license = Apache-2.0
makedepends = python-installer
makedepends = zip
makedepends = unzip
depends = python-sympy
depends = numactl
depends = python-pytorch
depends = python-transformers
depends = python-sphinx
depends = python-aiohttp
depends = python-cachetools
depends = python-uvloop
depends = python-fastapi
depends = uvicorn
depends = python-soundfile
depends = python-starlette
depends = python-tqdm
depends = python-boto3
depends = python-openai
depends = python-importlib-metadata
depends = python-torchvision
depends = python-pydantic
depends = python-psutil
depends = python-opencv
depends = python-py-cpuinfo
depends = python-msgspec
depends = python-pyzmq
depends = python-blake3
depends = python-cloudpickle
depends = python-triton
depends = python-huggingface-hub
depends = python-gguf
depends = python-prometheus-fastapi-instrumentator
depends = python-partial-json-parser
depends = python-watchfiles
depends = python-diskcache
depends = python-pybase64
optdepends = cuda: use nvidia GPU
optdepends = cuda-tools: use nvidia GPU
optdepends = python-openai: required for openai protocols
optdepends = python-prometheus_client: Prometheus instrumentation library for Python applications
optdepends = python-pillow: required for image processing
optdepends = python-outlines: guided text generation
optdepends = python-lark: parsing toolkit
optdepends = python-typing_extensions: typing hints
optdepends = python-msgspec: JSON/MessagePack library with validation
optdepends = python-mistral-common: mistral tools for opencv
optdepends = python-einops: required for QWen2-VL models
optdepends = python-compressed-tensors: required to load compressed tensor files
optdepends = python-torchaudio: required for image processor of minicpm-o-2.6
optdepends = python-torchvision: required for image processor of phi3v
optdepends = python-datasets: tools to benchmark scripts
optdepends = python-tiktoken: required for DBRX tokenizer
optdepends = python-depyf: required for debugging and profiling with complilation config
optdepends = python-lm-format-enforcer: required for JSON/REGEX llm output
optdepends = python-xgrammar: flexible structured generation
provides = python-vllm
conflicts = python-vllm
noextract = vllm-0.11.2+cu129-cp38-abi3-manylinux1_x86_64.whl
options = !strip
source = https://github.com/vllm-project/vllm/releases/download/v0.11.2/vllm-0.11.2+cu129-cp38-abi3-manylinux1_x86_64.whl
sha256sums = 6d4a063c411a07b24af5b4785c2a8f71a37f9283c66e1f1d7a8efabfc00ff268
pkgname = python-vllm-bin
|