Search Criteria
Package Details: python-vllm-rocm 0.24.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-vllm-rocm.git (read-only, click to copy) |
|---|---|
| Package Base: | python-vllm-rocm |
| Description: | high-throughput and memory-efficient inference and serving engine for LLMs (ROCm support) |
| Upstream URL: | https://github.com/vllm-project/vllm |
| Licenses: | Apache-2.0 |
| Provides: | python-vllm |
| Submitter: | davispuh |
| Maintainer: | davispuh |
| Last Packager: | davispuh |
| Votes: | 3 |
| Popularity: | 0.26 |
| First Submitted: | 2026-02-24 22:16 (UTC) |
| Last Updated: | 2026-07-02 19:28 (UTC) |
Dependencies (59)
- amdsmi (rocm-nightly-gfx120x-all-binAUR, rocm-nightly-gfx1151-binAUR, rocm-nightly-gfx110x-binAUR)
- numactl (numactl-gitAUR)
- python-aiohttp
- python-av (python-av-gitAUR)
- python-blake3AUR
- python-cachetools
- python-cbor2
- python-cloudpickle
- python-diskcacheAUR
- python-einopsAUR
- python-fastapi
- python-ggufAUR (python-gguf-gitAUR)
- python-huggingface-hub (python-huggingface-hub-gitAUR)
- python-ijson
- python-importlib-metadata
- python-mistral-commonAUR (python-mistral-common-gitAUR)
- python-msgspec
- python-openai
- python-opencv (python-opencv-cuda)
- python-partial-json-parserAUR (python-partial-json-parser-gitAUR)
- Show 39 more dependencies...
Required by (10)
- python-ai-dynamo (requires python-vllm) (optional)
- python-lm-eval (requires python-vllm) (optional)
- python-pydantic-ai (requires python-vllm) (optional)
- python-pydantic-ai-slim (requires python-vllm) (optional)
- python-skillopt (requires python-vllm) (optional)
- python-verl (requires python-vllm) (optional)
- python-vllm-omni (requires python-vllm)
- python-vllm-omni (optional)
- python-vllm-omni-git (requires python-vllm)
- python-vllm-omni-git (optional)
Latest Comments
1 2 Next › Last »
chiz commented on 2026-07-12 06:17 (UTC) (edited on 2026-07-12 06:19 (UTC) by chiz)
python_aotriton is 0.13b-1
leuko commented on 2026-07-05 17:59 (UTC) (edited on 2026-07-05 18:20 (UTC) by leuko)
In 0.24.0-1, I got errors during build. I had to do the following to fix it:
python-setuptools-rust python-openai-harmony python-model-hosting-container-standards python-jmespath python-compressed-tensors # is orphaned. Had to comment test section and update version numberbuildright after thecdcommand.davispuh commented on 2026-05-23 21:03 (UTC)
That's not vLLM issue but
python-transformers. You need to patch it, follow comment instructions => https://aur.archlinux.org/packages/python-transformers#comment-1069558Slug commented on 2026-05-23 01:14 (UTC) (edited on 2026-05-23 01:18 (UTC) by Slug)
hello! Thank you for maintaining this package
python-transformers fails during check() phase due to a strict version constraint on tokenizers, blocking the build of python-vllm-rocm.
check() fails immediately and build aborts, preventing the installation of python-vllm-rocm
Attempted workaround
yay -S python-transformers --mflags "--nocheck" yay -S python-vllm-rocm --mflags "--nocheck"
Result:Build succeeds. Runtime execution attempt :
python -m vllm.entrypoints.openai.api_server
Result:immediate ImportError from transformers ; execution aborts before any model loading
GPU: AMD Radeon RX 7900 XTX (gfx1100) ROCm: 7.2.3
davispuh commented on 2026-04-30 00:10 (UTC)
@Orion-zhen I don't think that's good idea. All ROCM packages will have such issue and it's different for every shell. That would only work for bash. It's better for your build script to do that.
@chiz that happens because
intel-oneapi-mklwas updated so you also need to updatepython-pytorch-opt-rocm(or rebuild your PyTorch).chiz commented on 2026-04-26 16:38 (UTC)
there is a error:
Orion-zhen commented on 2026-04-06 13:21 (UTC) (edited on 2026-04-06 13:24 (UTC) by Orion-zhen)
Please add this in
build()in case that a newly installed rocm can't be recognized:I failed to build this package in GitHub Action runner.
davispuh commented on 2026-04-05 15:41 (UTC)
python-cbor2is indeed required, added it as dependency.But others I don't have them installed and
Qwen3.5-4Bworks fine without any issues. I guess it depends on what model you want to run.Also I tested that
python-compressed-tensorsbuilds and installs with--nocheck(only check step fails for me). It's needed forgpt-oss-20bbut I couldn't get it to run on my RX 7900 XTX (No MXFP4 MoE backend supports the deployment configuration).bnjbvr commented on 2026-03-30 20:47 (UTC) (edited on 2026-03-30 20:48 (UTC) by bnjbvr)
Fwiw, I had to also install the following packages, so as to try to make it work:
python-cbor2python-openai-harmonypython-model-hosting-container-standardspython-jmespathpython-compressed-tensorsOtherwise, the command
vllm serve …wouldn't work. That being said,python-compressed-tensorsdidn't seem to install successfully, and the package is marked as orphaned, so I eventually had to drop the whole thing, unfortunately.1 2 Next › Last »