Search Criteria
Package Details: python-vllm 0.8.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-vllm.git (read-only, click to copy) |
---|---|
Package Base: | python-vllm |
Description: | high-throughput and memory-efficient inference and serving engine for LLMs |
Upstream URL: | https://github.com/vllm-project/vllm |
Licenses: | Apache-2.0 |
Submitter: | envolution |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-12-01 16:07 (UTC) |
Last Updated: | 2025-03-28 21:42 (UTC) |
Dependencies (31)
- numactl (numactl-gitAUR)
- python-aiohttp (python-aiohttp-gitAUR)
- python-blake3AUR
- python-boto3
- python-cachetools
- python-fastapi
- python-huggingface-hub (python-huggingface-hub-gitAUR)
- python-importlib-metadata
- python-msgspecAUR
- python-openai
- python-opencv (python-opencv-cuda)
- python-psutil
- python-py-cpuinfo
- python-pydantic
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-pyzmq
- python-soundfile
- python-sphinx (python-sphinx-gitAUR)
- python-starlette
- python-sympy (python-sympy-gitAUR)
- Show 11 more dependencies...
Latest Comments
envolution commented on 2025-03-28 16:30 (UTC)
@amstan thanks for the report, there were a handful of dependencies not caught by namcap. FYI this package targets CPU, it's possible it detects and links for rocm correctly, but ideally a separate package like python-vllm-rocm (similarly to python-vllm-cuda i used to maintain) should be created due to lack of flexibility in the pacman subsystems (we can't elegantly detect and modify dependencies based on GPU architectures/packages installed on the host system).
If this new pkgrel works on rocm, please add a comment for others to become aware.
amstan commented on 2025-03-28 06:07 (UTC)
Compiles to the end, but then:
amstan commented on 2025-03-28 05:42 (UTC) (edited on 2025-03-28 06:02 (UTC) by amstan)
If you get some weird compilation error(
/lib/cmake/hip/hip-targets.cmake not found
) and you want to do rocm, make sure you don't have hip-runtime-nvidia installed.amstan commented on 2025-03-28 05:37 (UTC)
Seems to be missing
python-setuptools-scm
.envolution commented on 2024-12-01 16:08 (UTC)
Sadly this won't build without detecting cuda and tools - this is the CPU only build