-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[Doc] update Contributing page's testing section #18272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
docs/source/contributing/overview.md
Outdated
# work around for https://github.com/state-spaces/mamba/issues/720 that's also done in docker/Dockerfile | ||
pip install --no-build-isolation "git+https://github.com/state-spaces/[email protected]" | ||
|
||
pip install -r requirements/dev.txt --extra-index-url https://download.pytorch.org/whl/cu128 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without the --torch-backend=auto
I got this error
ERROR: Ignored the following versions that require a different python version: 1.10.0 Requires-Python <3.12,>=3.8; 1.10.0rc1 Requires-Python <3.12,>=3.8; 1.10.0rc2 Requires-Python <3.12,>=3.8; 1.10.1 Requires-Python <3.12,>=3.8; 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11; 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10; 1.7.2 Requires-Python >=3.7,<3.11; 1.7.3 Requires-Python >=3.7,<3.11; 1.8.0 Requires-Python >=3.8,<3.11; 1.8.0rc1 Requires-Python >=3.8,<3.11; 1.8.0rc2 Requires-Python >=3.8,<3.11; 1.8.0rc3 Requires-Python >=3.8,<3.11; 1.8.0rc4 Requires-Python >=3.8,<3.11; 1.8.1 Requires-Python >=3.8,<3.11; 1.9.0 Requires-Python >=3.8,<3.12; 1.9.0rc1 Requires-Python >=3.8,<3.12; 1.9.0rc2 Requires-Python >=3.8,<3.12; 1.9.0rc3 Requires-Python >=3.8,<3.12; 1.9.1 Requires-Python >=3.8,<3.12
ERROR: Could not find a version that satisfies the requirement torch==2.7.0+cu128 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.6.0, 2.7.0)
ERROR: No matching distribution found for torch==2.7.0+cu128
docs/source/contributing/overview.md
Outdated
# work around for https://github.com/state-spaces/mamba/issues/720 that's also done in docker/Dockerfile | ||
pip install --no-build-isolation "git+https://github.com/state-spaces/[email protected]" | ||
|
||
pip install -r requirements/dev.txt --extra-index-url https://download.pytorch.org/whl/cu128 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without the mamba workaround above, I got this error
full error
$ pip install -r requirements/dev.txt --extra-index-url https://download.pytorch.org/whl/cu128
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu128
Requirement already satisfied: pre-commit==4.0.1 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/lint.txt (line 2)) (4.0.1)
Collecting absl-py==2.1.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 3))
Using cached absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB)
Collecting accelerate==1.0.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 5))
Using cached accelerate-1.0.1-py3-none-any.whl.metadata (19 kB)
Collecting aiohappyeyeballs==2.4.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 9))
Using cached aiohappyeyeballs-2.4.3-py3-none-any.whl.metadata (6.1 kB)
Collecting aiohttp==3.10.11 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 11))
Using cached aiohttp-3.10.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)
Collecting aiosignal==1.3.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 16))
Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
Requirement already satisfied: annotated-types==0.7.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 20)) (0.7.0)
Collecting anyio==4.6.2.post1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 22))
Using cached anyio-4.6.2.post1-py3-none-any.whl.metadata (4.7 kB)
Collecting argcomplete==3.5.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 26))
Using cached argcomplete-3.5.1-py3-none-any.whl.metadata (16 kB)
Collecting arrow==1.3.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 28))
Using cached arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
Collecting attrs==24.2.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 30))
Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Collecting audioread==3.0.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 38))
Using cached audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB)
Collecting backoff==2.2.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 40))
Using cached backoff-2.2.1-py3-none-any.whl.metadata (14 kB)
Collecting bitsandbytes==0.45.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 44))
Using cached bitsandbytes-0.45.3-py3-none-manylinux_2_24_x86_64.whl.metadata (5.0 kB)
Collecting black==24.10.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 46))
Using cached black-24.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.metadata (79 kB)
Collecting blobfile==3.0.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 48))
Using cached blobfile-3.0.0-py3-none-any.whl.metadata (15 kB)
Collecting boto3==1.35.57 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 50))
Using cached boto3-1.35.57-py3-none-any.whl.metadata (6.7 kB)
Collecting botocore==1.35.57 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 52))
Using cached botocore-1.35.57-py3-none-any.whl.metadata (5.7 kB)
Collecting bounded-pool-executor==0.0.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 56))
Using cached bounded_pool_executor-0.0.3-py3-none-any.whl.metadata (2.7 kB)
Collecting buildkite-test-collector==0.1.9 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 58))
Using cached buildkite_test_collector-0.1.9-py3-none-any.whl.metadata (4.9 kB)
Collecting certifi==2024.8.30 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 60))
Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
Collecting cffi==1.17.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 65))
Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting chardet==5.2.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 67))
Using cached chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB)
Collecting charset-normalizer==3.4.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 69))
Using cached charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB)
Collecting click==8.1.7 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 71))
Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting colorama==0.4.6 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 79))
Using cached https://download.pytorch.org/whl/colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting contourpy==1.3.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 84))
Using cached contourpy-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.4 kB)
Collecting cramjam==2.9.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 86))
Using cached cramjam-2.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)
Collecting cupy-cuda12x==13.3.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 88))
Using cached cupy_cuda12x-13.3.0-cp312-cp312-manylinux2014_x86_64.whl.metadata (2.7 kB)
Collecting cycler==0.12.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 90))
Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting datamodel-code-generator==0.26.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 92))
Using cached datamodel_code_generator-0.26.3-py3-none-any.whl.metadata (24 kB)
Collecting dataproperty==1.0.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 94))
Using cached DataProperty-1.0.1-py3-none-any.whl.metadata (11 kB)
Collecting datasets==3.0.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 98))
Using cached datasets-3.0.2-py3-none-any.whl.metadata (20 kB)
Collecting decorator==5.1.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 102))
Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting dill==0.3.8 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 104))
Using cached dill-0.3.8-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: dnspython==2.7.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 110)) (2.7.0)
Collecting docopt==0.6.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 112))
Using cached docopt-0.6.2-py2.py3-none-any.whl
Collecting einops==0.8.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 114))
Using cached einops-0.8.0-py3-none-any.whl.metadata (12 kB)
Collecting einx==0.3.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 121))
Using cached einx-0.3.0-py3-none-any.whl.metadata (6.9 kB)
Requirement already satisfied: email-validator==2.2.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 123)) (2.2.0)
Collecting encodec==0.1.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 125))
Using cached encodec-0.1.1-py3-none-any.whl
Collecting evaluate==0.4.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 127))
Using cached evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB)
Collecting fastparquet==2024.11.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 129))
Using cached fastparquet-2024.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Collecting fastrlock==0.8.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 131))
Using cached fastrlock-0.8.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl.metadata (9.3 kB)
Collecting fastsafetensors==0.1.10 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 133))
Using cached fastsafetensors-0.1.10-cp312-cp312-manylinux_2_34_x86_64.whl.metadata (11 kB)
Collecting filelock==3.16.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 135))
Using cached filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)
Collecting fonttools==4.54.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 143))
Using cached fonttools-4.54.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (163 kB)
Collecting fqdn==1.5.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 145))
Using cached fqdn-1.5.1-py3-none-any.whl.metadata (1.4 kB)
Collecting frozendict==2.4.6 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 147))
Using cached frozendict-2.4.6-py312-none-any.whl.metadata (23 kB)
Collecting frozenlist==1.5.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 149))
Using cached frozenlist-1.5.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB)
Collecting fsspec==2024.9.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 154))
Using cached fsspec-2024.9.0-py3-none-any.whl.metadata (11 kB)
Collecting genai-perf==0.0.8 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 161))
Using cached genai_perf-0.0.8-py3-none-any.whl.metadata (22 kB)
Collecting genson==1.3.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 163))
Using cached genson-1.3.0-py3-none-any.whl.metadata (28 kB)
Collecting graphql-core==3.2.6 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 165))
Using cached graphql_core-3.2.6-py3-none-any.whl.metadata (11 kB)
Collecting h11==0.14.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 167))
Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting harfile==0.3.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 169))
Using cached harfile-0.3.0-py3-none-any.whl.metadata (3.8 kB)
Collecting hf-xet==0.1.4 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 171))
Using cached hf_xet-0.1.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (494 bytes)
Collecting hiredis==3.0.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 173))
Using cached hiredis-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB)
Collecting httpcore==1.0.6 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 175))
Using cached httpcore-1.0.6-py3-none-any.whl.metadata (21 kB)
Collecting httpx==0.27.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 177))
Using cached httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
Collecting huggingface-hub==0.30.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 181))
Using cached huggingface_hub-0.30.1-py3-none-any.whl.metadata (13 kB)
Collecting humanize==4.11.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 193))
Using cached humanize-4.11.0-py3-none-any.whl.metadata (7.8 kB)
Collecting hypothesis==6.131.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 195))
Using cached hypothesis-6.131.0-py3-none-any.whl.metadata (5.6 kB)
Collecting hypothesis-graphql==0.11.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 200))
Using cached hypothesis_graphql-0.11.1-py3-none-any.whl.metadata (6.9 kB)
Collecting hypothesis-jsonschema==0.23.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 202))
Using cached hypothesis_jsonschema-0.23.1-py3-none-any.whl.metadata (4.4 kB)
Requirement already satisfied: idna==3.10 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 204)) (3.10)
Collecting inflect==5.6.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 212))
Using cached inflect-5.6.2-py3-none-any.whl.metadata (21 kB)
Collecting iniconfig==2.0.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 214))
Using cached iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB)
Collecting isoduration==20.11.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 216))
Using cached isoduration-20.11.0-py3-none-any.whl.metadata (5.7 kB)
Collecting isort==5.13.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 218))
Using cached isort-5.13.2-py3-none-any.whl.metadata (12 kB)
Requirement already satisfied: jinja2==3.1.6 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 220)) (3.1.6)
Collecting jiwer==3.0.5 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 224))
Using cached jiwer-3.0.5-py3-none-any.whl.metadata (2.7 kB)
Collecting jmespath==1.0.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 226))
Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
Collecting joblib==1.4.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 230))
Using cached joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB)
Collecting jsonlines==4.0.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 235))
Using cached jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB)
Collecting jsonpointer==3.0.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 237))
Using cached jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)
Requirement already satisfied: jsonschema==4.23.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 239)) (4.23.0)
Collecting jsonschema-specifications==2024.10.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 245))
Using cached jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB)
Collecting junit-xml==1.9 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 247))
Using cached junit_xml-1.9-py2.py3-none-any.whl.metadata (3.2 kB)
Collecting kaleido==0.2.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 249))
Using cached kaleido-0.2.1-py2.py3-none-manylinux1_x86_64.whl.metadata (15 kB)
Collecting kiwisolver==1.4.7 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 251))
Using cached kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB)
Collecting lazy-loader==0.4 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 253))
Using cached lazy_loader-0.4-py3-none-any.whl.metadata (7.6 kB)
Collecting libnacl==2.1.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 255))
Using cached libnacl-2.1.0-py3-none-any.whl.metadata (3.0 kB)
Collecting librosa==0.10.2.post1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 257))
Using cached librosa-0.10.2.post1-py3-none-any.whl.metadata (8.6 kB)
Requirement already satisfied: llvmlite==0.44.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 259)) (0.44.0)
Collecting lm-eval==0.4.8 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 261))
Using cached lm_eval-0.4.8-py3-none-any.whl.metadata (50 kB)
Collecting lxml==5.3.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 263))
Using cached lxml-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.8 kB)
Collecting mamba-ssm==2.2.4 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 267))
Using cached mamba_ssm-2.2.4.tar.gz (91 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: markdown-it-py==3.0.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 269)) (3.0.0)
Collecting markupsafe==3.0.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 271))
Using cached MarkupSafe-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Collecting matplotlib==3.9.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 275))
Using cached matplotlib-3.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Collecting mbstrdecoder==1.1.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 277))
Using cached mbstrdecoder-1.1.3-py3-none-any.whl.metadata (4.0 kB)
Requirement already satisfied: mdurl==0.1.2 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 282)) (0.1.2)
Requirement already satisfied: mistral-common==1.5.4 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 284)) (1.5.4)
Collecting more-itertools==10.5.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 286))
Using cached more_itertools-10.5.0-py3-none-any.whl.metadata (36 kB)
Requirement already satisfied: mpmath==1.3.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 288)) (1.3.0)
Requirement already satisfied: msgpack==1.1.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 290)) (1.1.0)
Collecting multidict==6.1.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 294))
Using cached multidict-6.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB)
Collecting multiprocess==0.70.16 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 298))
Using cached multiprocess-0.70.16-py312-none-any.whl.metadata (7.2 kB)
Collecting mypy-extensions==1.0.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 302))
Using cached https://download.pytorch.org/whl/mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
Collecting networkx==3.2.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 304))
Using cached https://download.pytorch.org/whl/networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting ninja==1.11.1.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 306))
Using cached ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.3 kB)
Collecting nltk==3.9.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 308))
Using cached nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB)
Collecting num2words==0.5.14 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 310))
Using cached num2words-0.5.14-py3-none-any.whl.metadata (13 kB)
Requirement already satisfied: numba==0.61.2 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 312)) (0.61.2)
Collecting numexpr==2.10.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 316))
Using cached numexpr-2.10.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.2 kB)
Collecting numpy==1.26.4 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 318))
Using cached numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
Collecting nvidia-cublas-cu12==12.8.3.14 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 352))
Using cached https://download.pytorch.org/whl/cu128/nvidia_cublas_cu12-12.8.3.14-py3-none-manylinux_2_27_x86_64.whl.metadata (1.7 kB)
Collecting nvidia-cuda-cupti-cu12==12.8.57 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 357))
Using cached https://download.pytorch.org/whl/cu128/nvidia_cuda_cupti_cu12-12.8.57-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB)
Collecting nvidia-cuda-nvrtc-cu12==12.8.61 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 359))
Using cached https://download.pytorch.org/whl/cu128/nvidia_cuda_nvrtc_cu12-12.8.61-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB)
Collecting nvidia-cuda-runtime-cu12==12.8.57 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 361))
Using cached https://download.pytorch.org/whl/cu128/nvidia_cuda_runtime_cu12-12.8.57-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.7 kB)
Collecting nvidia-cudnn-cu12==9.7.1.26 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 363))
Using cached https://download.pytorch.org/whl/cu128/nvidia_cudnn_cu12-9.7.1.26-py3-none-manylinux_2_27_x86_64.whl.metadata (1.8 kB)
Collecting nvidia-cufft-cu12==11.3.3.41 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 365))
Using cached https://download.pytorch.org/whl/cu128/nvidia_cufft_cu12-11.3.3.41-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB)
Collecting nvidia-cufile-cu12==1.13.0.11 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 367))
Using cached https://download.pytorch.org/whl/cu128/nvidia_cufile_cu12-1.13.0.11-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB)
Collecting nvidia-curand-cu12==10.3.9.55 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 369))
Using cached https://download.pytorch.org/whl/cu128/nvidia_curand_cu12-10.3.9.55-py3-none-manylinux_2_27_x86_64.whl.metadata (1.5 kB)
Collecting nvidia-cusolver-cu12==11.7.2.55 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 371))
Using cached https://download.pytorch.org/whl/cu128/nvidia_cusolver_cu12-11.7.2.55-py3-none-manylinux_2_27_x86_64.whl.metadata (1.6 kB)
Collecting nvidia-cusparse-cu12==12.5.7.53 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 373))
Using cached https://download.pytorch.org/whl/cu128/nvidia_cusparse_cu12-12.5.7.53-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB)
Requirement already satisfied: nvidia-cusparselt-cu12==0.6.3 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 377)) (0.6.3)
Requirement already satisfied: nvidia-nccl-cu12==2.26.2 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 379)) (2.26.2)
Collecting nvidia-nvjitlink-cu12==12.8.61 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 381))
Using cached https://download.pytorch.org/whl/cu128/nvidia_nvjitlink_cu12-12.8.61-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.7 kB)
Collecting nvidia-nvtx-cu12==12.8.55 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 387))
Using cached https://download.pytorch.org/whl/cu128/nvidia_nvtx_cu12-12.8.55-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB)
Requirement already satisfied: opencv-python-headless==4.11.0.86 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 389)) (4.11.0.86)
Collecting packaging==24.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 393))
Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pandas==2.2.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 414))
Using cached pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (89 kB)
Collecting pathspec==0.12.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 421))
Using cached pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
Collecting pathvalidate==3.2.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 423))
Using cached pathvalidate-3.2.1-py3-none-any.whl.metadata (12 kB)
Collecting patsy==1.0.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 425))
Using cached patsy-1.0.1-py2.py3-none-any.whl.metadata (3.3 kB)
Collecting peft==0.13.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 427))
Using cached peft-0.13.2-py3-none-any.whl.metadata (13 kB)
Collecting pillow==10.4.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 431))
Using cached pillow-10.4.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.2 kB)
Collecting platformdirs==4.3.6 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 438))
Using cached platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Collecting plotly==5.24.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 442))
Using cached plotly-5.24.1-py3-none-any.whl.metadata (7.3 kB)
Requirement already satisfied: pluggy==1.5.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 444)) (1.5.0)
Collecting pooch==1.8.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 446))
Using cached pooch-1.8.2-py3-none-any.whl.metadata (10 kB)
Collecting portalocker==2.10.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 448))
Using cached https://download.pytorch.org/whl/portalocker-2.10.1-py3-none-any.whl (18 kB)
Collecting pqdm==0.2.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 450))
Using cached pqdm-0.2.0-py2.py3-none-any.whl.metadata (3.2 kB)
Collecting propcache==0.2.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 452))
Using cached propcache-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)
Collecting protobuf==5.28.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 454))
Using cached protobuf-5.28.3-cp38-abi3-manylinux2014_x86_64.whl.metadata (592 bytes)
Collecting psutil==6.1.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 458))
Using cached psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
Collecting py==1.11.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 463))
Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB)
Collecting pyarrow==18.0.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 465))
Using cached pyarrow-18.0.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (3.3 kB)
Collecting pybind11==2.13.6 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 469))
Using cached pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB)
Collecting pycparser==2.22 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 471))
Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting pycryptodomex==3.22.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 473))
Using cached pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB)
Collecting pydantic==2.9.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 475))
Using cached pydantic-2.9.2-py3-none-any.whl.metadata (149 kB)
Collecting pydantic-core==2.23.4 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 479))
Using cached pydantic_core-2.23.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
Collecting pygments==2.18.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 481))
Using cached pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
Collecting pyparsing==3.2.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 483))
Using cached pyparsing-3.2.0-py3-none-any.whl.metadata (5.0 kB)
Collecting pyrate-limiter==3.7.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 485))
Using cached pyrate_limiter-3.7.0-py3-none-any.whl.metadata (25 kB)
Collecting pytablewriter==1.2.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 487))
Using cached pytablewriter-1.2.0-py3-none-any.whl.metadata (37 kB)
Requirement already satisfied: pytest==8.3.3 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 489)) (8.3.3)
Collecting pytest-asyncio==0.24.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 502))
Using cached pytest_asyncio-0.24.0-py3-none-any.whl.metadata (3.9 kB)
Collecting pytest-forked==1.6.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 504))
Using cached pytest_forked-1.6.0-py3-none-any.whl.metadata (3.5 kB)
Collecting pytest-mock==3.14.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 506))
Using cached pytest_mock-3.14.0-py3-none-any.whl.metadata (3.8 kB)
Collecting pytest-rerunfailures==14.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 508))
Using cached pytest_rerunfailures-14.0-py3-none-any.whl.metadata (18 kB)
Collecting pytest-shard==0.1.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 510))
Using cached pytest_shard-0.1.2-py3-none-any.whl.metadata (3.0 kB)
Collecting pytest-subtests==0.14.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 512))
Using cached pytest_subtests-0.14.1-py3-none-any.whl.metadata (6.0 kB)
Collecting pytest-timeout==2.3.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 514))
Using cached pytest_timeout-2.3.1-py3-none-any.whl.metadata (20 kB)
Collecting python-dateutil==2.9.0.post0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 516))
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting python-rapidjson==1.20 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 523))
Using cached python_rapidjson-1.20-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
Collecting pytz==2024.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 525))
Using cached pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
Requirement already satisfied: pyyaml==6.0.2 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 529)) (6.0.2)
Collecting rapidfuzz==3.12.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 543))
Using cached rapidfuzz-3.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Collecting ray==2.43.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 545))
Using cached ray-2.43.0-cp312-cp312-manylinux2014_x86_64.whl.metadata (19 kB)
Collecting redis==5.2.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 547))
Using cached redis-5.2.0-py3-none-any.whl.metadata (9.1 kB)
Collecting referencing==0.35.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 549))
Using cached referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB)
Collecting regex==2024.9.11 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 553))
Using cached regex-2024.9.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)
Requirement already satisfied: requests==2.32.3 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 559)) (2.32.3)
Collecting responses==0.25.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 574))
Using cached responses-0.25.3-py3-none-any.whl.metadata (46 kB)
Collecting rfc3339-validator==0.1.4 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 576))
Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting rfc3987==1.3.8 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 578))
Using cached rfc3987-1.3.8-py2.py3-none-any.whl.metadata (7.5 kB)
Collecting rich==13.9.4 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 580))
Using cached rich-13.9.4-py3-none-any.whl.metadata (18 kB)
Collecting rouge-score==0.1.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 584))
Using cached rouge_score-0.1.2-py3-none-any.whl
Collecting rpds-py==0.20.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 586))
Using cached rpds_py-0.20.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Collecting runai-model-streamer==0.11.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 590))
Using cached runai_model_streamer-0.11.0-py3-none-manylinux2014_x86_64.whl.metadata (315 bytes)
Collecting runai-model-streamer-s3==0.11.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 592))
Using cached runai_model_streamer_s3-0.11.0-py3-none-manylinux2014_x86_64.whl.metadata (188 bytes)
Collecting s3transfer==0.10.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 594))
Using cached s3transfer-0.10.3-py3-none-any.whl.metadata (1.7 kB)
Collecting sacrebleu==2.4.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 596))
Using cached sacrebleu-2.4.3-py3-none-any.whl.metadata (51 kB)
Collecting safetensors==0.4.5 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 598))
Using cached safetensors-0.4.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB)
Collecting schemathesis==3.39.15 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 604))
Using cached schemathesis-3.39.15-py3-none-any.whl.metadata (11 kB)
Collecting scikit-learn==1.5.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 606))
Using cached scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB)
Collecting scipy==1.13.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 611))
Using cached scipy-1.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Collecting sentence-transformers==3.2.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 618))
Using cached sentence_transformers-3.2.1-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: sentencepiece==0.2.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 620)) (0.2.0)
Collecting setuptools==77.0.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 622))
Using cached setuptools-77.0.3-py3-none-any.whl.metadata (6.6 kB)
Requirement already satisfied: shellingham==1.5.4 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 628)) (1.5.4)
Collecting six==1.16.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 630))
Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Requirement already satisfied: sniffio==1.3.1 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 636)) (1.3.1)
Collecting sortedcontainers==2.4.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 640))
Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
Collecting soundfile==0.12.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 642))
Using cached soundfile-0.12.1-py2.py3-none-manylinux_2_31_x86_64.whl.metadata (14 kB)
Collecting soxr==0.5.0.post1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 646))
Using cached soxr-0.5.0.post1-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB)
Collecting sqlitedict==2.1.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 648))
Using cached sqlitedict-2.1.0-py3-none-any.whl
Requirement already satisfied: starlette==0.46.2 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 650)) (0.46.2)
Collecting starlette-testclient==0.4.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 654))
Using cached starlette_testclient-0.4.1-py3-none-any.whl.metadata (2.5 kB)
Collecting statsmodels==0.14.4 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 656))
Using cached statsmodels-0.14.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.2 kB)
Collecting sympy==1.13.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 658))
Using cached https://download.pytorch.org/whl/sympy-1.13.3-py3-none-any.whl.metadata (12 kB)
Collecting tabledata==1.3.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 662))
Using cached tabledata-1.3.3-py3-none-any.whl.metadata (3.7 kB)
Collecting tabulate==0.9.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 664))
Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Collecting tcolorpy==0.1.6 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 666))
Using cached tcolorpy-0.1.6-py3-none-any.whl.metadata (6.4 kB)
Collecting tenacity==9.0.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 668))
Using cached tenacity-9.0.0-py3-none-any.whl.metadata (1.2 kB)
Collecting tensorizer==2.9.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 672))
Using cached tensorizer-2.9.0-py3-none-any.whl.metadata (34 kB)
Collecting threadpoolctl==3.5.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 674))
Using cached threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB)
Collecting tiktoken==0.7.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 676))
Using cached tiktoken-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
Collecting timm==1.0.11 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 680))
Using cached timm-1.0.11-py3-none-any.whl.metadata (48 kB)
Requirement already satisfied: tokenizers==0.21.1 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 682)) (0.21.1)
Collecting tomli==2.2.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 686))
Using cached tomli-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Collecting tomli-w==1.2.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 688))
Using cached tomli_w-1.2.0-py3-none-any.whl.metadata (5.7 kB)
Collecting torch==2.7.0+cu128 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 690))
Using cached https://download.pytorch.org/whl/cu128/torch-2.7.0%2Bcu128-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (29 kB)
Collecting torchaudio==2.7.0+cu128 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 708))
Using cached https://download.pytorch.org/whl/cu128/torchaudio-2.7.0%2Bcu128-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (6.6 kB)
Collecting torchvision==0.22.0+cu128 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 713))
Using cached https://download.pytorch.org/whl/cu128/torchvision-0.22.0%2Bcu128-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (6.1 kB)
Collecting tqdm==4.66.6 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 717))
Using cached tqdm-4.66.6-py3-none-any.whl.metadata (57 kB)
Collecting tqdm-multiprocess==0.0.11 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 729))
Using cached tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB)
Requirement already satisfied: transformers==4.51.3 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 731)) (4.51.3)
Collecting transformers-stream-generator==0.0.5 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 740))
Using cached transformers_stream_generator-0.0.5-py3-none-any.whl
Requirement already satisfied: triton==3.3.0 in ./.venv/lib/python3.12/site-packages (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 742)) (3.3.0)
Collecting tritonclient==2.51.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 744))
Using cached tritonclient-2.51.0-py3-none-manylinux1_x86_64.whl.metadata (2.8 kB)
Collecting typepy==1.3.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 748))
Using cached typepy-1.3.2-py3-none-any.whl.metadata (9.3 kB)
Collecting typer==0.15.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 753))
Using cached typer-0.15.2-py3-none-any.whl.metadata (15 kB)
Collecting types-python-dateutil==2.9.0.20241206 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 755))
Using cached types_python_dateutil-2.9.0.20241206-py3-none-any.whl.metadata (2.1 kB)
Collecting typing-extensions==4.12.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 757))
Using cached https://download.pytorch.org/whl/typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting tzdata==2024.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 767))
Using cached tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting uri-template==1.3.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 769))
Using cached uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB)
Collecting urllib3==2.2.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 771))
Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
Collecting vector-quantize-pytorch==1.21.2 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 778))
Using cached vector_quantize_pytorch-1.21.2-py3-none-any.whl.metadata (30 kB)
Collecting vocos==0.1.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 780))
Using cached vocos-0.1.0-py3-none-any.whl.metadata (4.8 kB)
Collecting webcolors==24.11.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 782))
Using cached webcolors-24.11.1-py3-none-any.whl.metadata (2.2 kB)
Collecting werkzeug==3.1.3 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 784))
Using cached werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB)
Collecting word2number==1.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 786))
Using cached word2number-1.1-py3-none-any.whl
Collecting xxhash==3.5.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 788))
Using cached xxhash-3.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)
Collecting yarl==1.17.1 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 792))
Using cached yarl-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (64 kB)
Collecting zstandard==0.23.0 (from -r /home/dxia/src/github.com/vllm-project/vllm/requirements/test.txt (line 796))
Using cached zstandard-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Requirement already satisfied: cfgv>=2.0.0 in ./.venv/lib/python3.12/site-packages (from pre-commit==4.0.1->-r /home/dxia/src/github.com/vllm-project/vllm/requirements/lint.txt (line 2)) (3.4.0)
Requirement already satisfied: identify>=1.0.0 in ./.venv/lib/python3.12/site-packages (from pre-commit==4.0.1->-r /home/dxia/src/github.com/vllm-project/vllm/requirements/lint.txt (line 2)) (2.6.10)
Requirement already satisfied: nodeenv>=0.11.1 in ./.venv/lib/python3.12/site-packages (from pre-commit==4.0.1->-r /home/dxia/src/github.com/vllm-project/vllm/requirements/lint.txt (line 2)) (1.9.1)
Requirement already satisfied: virtualenv>=20.10.0 in ./.venv/lib/python3.12/site-packages (from pre-commit==4.0.1->-r /home/dxia/src/github.com/vllm-project/vllm/requirements/lint.txt (line 2)) (20.31.2)
Requirement already satisfied: distlib<1,>=0.3.7 in ./.venv/lib/python3.12/site-packages (from virtualenv>=20.10.0->pre-commit==4.0.1->-r /home/dxia/src/github.com/vllm-project/vllm/requirements/lint.txt (line 2)) (0.3.9)
Using cached absl_py-2.1.0-py3-none-any.whl (133 kB)
Using cached accelerate-1.0.1-py3-none-any.whl (330 kB)
Using cached numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB)
Using cached aiohappyeyeballs-2.4.3-py3-none-any.whl (14 kB)
Using cached aiohttp-3.10.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
Using cached multidict-6.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (131 kB)
Using cached yarl-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (336 kB)
Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Using cached anyio-4.6.2.post1-py3-none-any.whl (90 kB)
Using cached argcomplete-3.5.1-py3-none-any.whl (43 kB)
Using cached arrow-1.3.0-py3-none-any.whl (66 kB)
Using cached attrs-24.2.0-py3-none-any.whl (63 kB)
Using cached audioread-3.0.1-py3-none-any.whl (23 kB)
Using cached backoff-2.2.1-py3-none-any.whl (15 kB)
Using cached bitsandbytes-0.45.3-py3-none-manylinux_2_24_x86_64.whl (76.1 MB)
Using cached https://download.pytorch.org/whl/cu128/torch-2.7.0%2Bcu128-cp312-cp312-manylinux_2_28_x86_64.whl (1097.7 MB)
Using cached black-24.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (1.8 MB)
Using cached blobfile-3.0.0-py3-none-any.whl (75 kB)
Using cached urllib3-2.2.3-py3-none-any.whl (126 kB)
Using cached boto3-1.35.57-py3-none-any.whl (139 kB)
Using cached botocore-1.35.57-py3-none-any.whl (12.7 MB)
Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Using cached s3transfer-0.10.3-py3-none-any.whl (82 kB)
Using cached bounded_pool_executor-0.0.3-py3-none-any.whl (3.4 kB)
Using cached buildkite_test_collector-0.1.9-py3-none-any.whl (12 kB)
Using cached certifi-2024.8.30-py3-none-any.whl (167 kB)
Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
Using cached chardet-5.2.0-py3-none-any.whl (199 kB)
Using cached charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB)
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Using cached contourpy-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (320 kB)
Using cached cramjam-2.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB)
Using cached cupy_cuda12x-13.3.0-cp312-cp312-manylinux2014_x86_64.whl (91.0 MB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached datamodel_code_generator-0.26.3-py3-none-any.whl (113 kB)
Using cached genson-1.3.0-py3-none-any.whl (21 kB)
Using cached inflect-5.6.2-py3-none-any.whl (33 kB)
Using cached isort-5.13.2-py3-none-any.whl (92 kB)
Using cached pydantic-2.9.2-py3-none-any.whl (434 kB)
Using cached DataProperty-1.0.1-py3-none-any.whl (27 kB)
Using cached mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB)
Using cached typepy-1.3.2-py3-none-any.whl (31 kB)
Using cached datasets-3.0.2-py3-none-any.whl (472 kB)
Using cached dill-0.3.8-py3-none-any.whl (116 kB)
Using cached fsspec-2024.9.0-py3-none-any.whl (179 kB)
Using cached multiprocess-0.70.16-py312-none-any.whl (146 kB)
Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Using cached einops-0.8.0-py3-none-any.whl (43 kB)
Using cached einx-0.3.0-py3-none-any.whl (102 kB)
Using cached evaluate-0.4.3-py3-none-any.whl (84 kB)
Using cached fastparquet-2024.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB)
Using cached fastrlock-0.8.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl (52 kB)
Using cached fastsafetensors-0.1.10-cp312-cp312-manylinux_2_34_x86_64.whl (1.4 MB)
Using cached filelock-3.16.1-py3-none-any.whl (16 kB)
Using cached fonttools-4.54.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB)
Using cached fqdn-1.5.1-py3-none-any.whl (9.1 kB)
Using cached frozendict-2.4.6-py312-none-any.whl (16 kB)
Using cached frozenlist-1.5.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (283 kB)
Using cached genai_perf-0.0.8-py3-none-any.whl (637 kB)
Using cached graphql_core-3.2.6-py3-none-any.whl (203 kB)
Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Using cached harfile-0.3.0-py3-none-any.whl (6.8 kB)
Using cached hf_xet-0.1.4-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (53.7 MB)
Using cached hiredis-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (169 kB)
Using cached httpcore-1.0.6-py3-none-any.whl (78 kB)
Using cached httpx-0.27.2-py3-none-any.whl (76 kB)
Using cached huggingface_hub-0.30.1-py3-none-any.whl (481 kB)
Using cached humanize-4.11.0-py3-none-any.whl (128 kB)
Using cached hypothesis-6.131.0-py3-none-any.whl (495 kB)
Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Using cached hypothesis_graphql-0.11.1-py3-none-any.whl (16 kB)
Using cached hypothesis_jsonschema-0.23.1-py3-none-any.whl (29 kB)
Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Using cached isoduration-20.11.0-py3-none-any.whl (11 kB)
Using cached jiwer-3.0.5-py3-none-any.whl (21 kB)
Using cached rapidfuzz-3.12.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
Using cached joblib-1.4.2-py3-none-any.whl (301 kB)
Using cached jsonlines-4.0.0-py3-none-any.whl (8.7 kB)
Using cached jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Using cached jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB)
Using cached junit_xml-1.9-py2.py3-none-any.whl (7.1 kB)
Using cached kaleido-0.2.1-py2.py3-none-manylinux1_x86_64.whl (79.9 MB)
Using cached kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB)
Using cached lazy_loader-0.4-py3-none-any.whl (12 kB)
Using cached libnacl-2.1.0-py3-none-any.whl (21 kB)
Using cached librosa-0.10.2.post1-py3-none-any.whl (260 kB)
Using cached lm_eval-0.4.8-py3-none-any.whl (3.9 MB)
Using cached lxml-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl (4.9 MB)
Using cached MarkupSafe-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
Using cached matplotlib-3.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB)
Using cached more_itertools-10.5.0-py3-none-any.whl (60 kB)
Using cached https://download.pytorch.org/whl/networkx-3.2.1-py3-none-any.whl (1.6 MB)
Using cached ninja-1.11.1.3-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (422 kB)
Using cached nltk-3.9.1-py3-none-any.whl (1.5 MB)
Using cached num2words-0.5.14-py3-none-any.whl (163 kB)
Using cached numexpr-2.10.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (408 kB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_cublas_cu12-12.8.3.14-py3-none-manylinux_2_27_x86_64.whl (609.6 MB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_cuda_cupti_cu12-12.8.57-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (10.2 MB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_cuda_nvrtc_cu12-12.8.61-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (88.0 MB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_cuda_runtime_cu12-12.8.57-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (954 kB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_cudnn_cu12-9.7.1.26-py3-none-manylinux_2_27_x86_64.whl (726.9 MB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_cufft_cu12-11.3.3.41-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (193.1 MB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_cufile_cu12-1.13.0.11-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.2 MB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_curand_cu12-10.3.9.55-py3-none-manylinux_2_27_x86_64.whl (63.6 MB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_cusolver_cu12-11.7.2.55-py3-none-manylinux_2_27_x86_64.whl (260.4 MB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_cusparse_cu12-12.5.7.53-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (292.1 MB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_nvjitlink_cu12-12.8.61-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (39.2 MB)
Using cached https://download.pytorch.org/whl/cu128/nvidia_nvtx_cu12-12.8.55-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB)
Using cached packaging-24.2-py3-none-any.whl (65 kB)
Using cached pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB)
Using cached pathspec-0.12.1-py3-none-any.whl (31 kB)
Using cached pathvalidate-3.2.1-py3-none-any.whl (23 kB)
Using cached patsy-1.0.1-py2.py3-none-any.whl (232 kB)
Using cached peft-0.13.2-py3-none-any.whl (320 kB)
Using cached pillow-10.4.0-cp312-cp312-manylinux_2_28_x86_64.whl (4.5 MB)
Using cached platformdirs-4.3.6-py3-none-any.whl (18 kB)
Using cached plotly-5.24.1-py3-none-any.whl (19.1 MB)
Using cached pooch-1.8.2-py3-none-any.whl (64 kB)
Using cached pqdm-0.2.0-py2.py3-none-any.whl (6.8 kB)
Using cached propcache-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (248 kB)
Using cached protobuf-5.28.3-cp38-abi3-manylinux2014_x86_64.whl (316 kB)
Using cached psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (287 kB)
Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Using cached pyarrow-18.0.0-cp312-cp312-manylinux_2_28_x86_64.whl (40.0 MB)
Using cached pybind11-2.13.6-py3-none-any.whl (243 kB)
Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Using cached pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB)
Using cached pydantic_core-2.23.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB)
Using cached pyparsing-3.2.0-py3-none-any.whl (106 kB)
Using cached pyrate_limiter-3.7.0-py3-none-any.whl (28 kB)
Using cached pytablewriter-1.2.0-py3-none-any.whl (111 kB)
Using cached tabledata-1.3.3-py3-none-any.whl (11 kB)
Using cached tcolorpy-0.1.6-py3-none-any.whl (8.1 kB)
Using cached pytest_asyncio-0.24.0-py3-none-any.whl (18 kB)
Using cached pytest_forked-1.6.0-py3-none-any.whl (4.9 kB)
Using cached pytest_mock-3.14.0-py3-none-any.whl (9.9 kB)
Using cached pytest_rerunfailures-14.0-py3-none-any.whl (12 kB)
Using cached pytest_shard-0.1.2-py3-none-any.whl (4.6 kB)
Using cached pytest_subtests-0.14.1-py3-none-any.whl (8.8 kB)
Using cached pytest_timeout-2.3.1-py3-none-any.whl (14 kB)
Using cached python_rapidjson-1.20-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
Using cached pytz-2024.2-py2.py3-none-any.whl (508 kB)
Using cached ray-2.43.0-cp312-cp312-manylinux2014_x86_64.whl (67.8 MB)
Using cached redis-5.2.0-py3-none-any.whl (261 kB)
Using cached referencing-0.35.1-py3-none-any.whl (26 kB)
Using cached regex-2024.9.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (797 kB)
Using cached responses-0.25.3-py3-none-any.whl (55 kB)
Using cached rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Using cached rfc3987-1.3.8-py2.py3-none-any.whl (13 kB)
Using cached rich-13.9.4-py3-none-any.whl (242 kB)
Using cached rpds_py-0.20.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (364 kB)
Using cached runai_model_streamer-0.11.0-py3-none-manylinux2014_x86_64.whl (473 kB)
Using cached runai_model_streamer_s3-0.11.0-py3-none-manylinux2014_x86_64.whl (4.1 MB)
Using cached sacrebleu-2.4.3-py3-none-any.whl (103 kB)
Using cached safetensors-0.4.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (434 kB)
Using cached schemathesis-3.39.15-py3-none-any.whl (332 kB)
Using cached starlette_testclient-0.4.1-py3-none-any.whl (8.1 kB)
Using cached tomli-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (242 kB)
Using cached tomli_w-1.2.0-py3-none-any.whl (6.7 kB)
Using cached werkzeug-3.1.3-py3-none-any.whl (224 kB)
Using cached scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB)
Using cached scipy-1.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.2 MB)
Using cached sentence_transformers-3.2.1-py3-none-any.whl (255 kB)
Using cached setuptools-77.0.3-py3-none-any.whl (1.3 MB)
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Using cached soundfile-0.12.1-py2.py3-none-manylinux_2_31_x86_64.whl (1.2 MB)
Using cached soxr-0.5.0.post1-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (248 kB)
Using cached statsmodels-0.14.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.7 MB)
Using cached https://download.pytorch.org/whl/sympy-1.13.3-py3-none-any.whl (6.2 MB)
Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)
Using cached tenacity-9.0.0-py3-none-any.whl (28 kB)
Using cached tensorizer-2.9.0-py3-none-any.whl (95 kB)
Using cached threadpoolctl-3.5.0-py3-none-any.whl (18 kB)
Using cached tiktoken-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
Using cached timm-1.0.11-py3-none-any.whl (2.3 MB)
Using cached https://download.pytorch.org/whl/cu128/torchaudio-2.7.0%2Bcu128-cp312-cp312-manylinux_2_28_x86_64.whl (3.9 MB)
Using cached https://download.pytorch.org/whl/cu128/torchvision-0.22.0%2Bcu128-cp312-cp312-manylinux_2_28_x86_64.whl (8.7 MB)
Using cached tqdm-4.66.6-py3-none-any.whl (78 kB)
Using cached tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB)
Using cached tritonclient-2.51.0-py3-none-manylinux1_x86_64.whl (14.0 MB)
Using cached typer-0.15.2-py3-none-any.whl (45 kB)
Using cached types_python_dateutil-2.9.0.20241206-py3-none-any.whl (14 kB)
Using cached https://download.pytorch.org/whl/typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Using cached tzdata-2024.2-py2.py3-none-any.whl (346 kB)
Using cached uri_template-1.3.0-py3-none-any.whl (11 kB)
Using cached vector_quantize_pytorch-1.21.2-py3-none-any.whl (47 kB)
Using cached vocos-0.1.0-py3-none-any.whl (24 kB)
Using cached webcolors-24.11.1-py3-none-any.whl (14 kB)
Using cached xxhash-3.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB)
Using cached zstandard-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB)
Building wheels for collected packages: mamba-ssm
Building wheel for mamba-ssm (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for mamba-ssm (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [221 lines of output]
/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/torch/_subclasses/functional_tensor.py:276: UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at /pytorch/torch/csrc/utils/tensor_numpy.cpp:81.)
cpu = _conversion_method_template(device=torch.device("cpu"))
/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
By 2026-Feb-18, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies)
corresp(dist, value, root_dir)
/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
dist._finalize_license_expression()
/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
torch.__version__ = 2.7.0+cu128
running bdist_wheel
Guessing wheel URL: https://github.com/state-spaces/mamba/releases/download/v2.2.4/mamba_ssm-2.2.4+cu12torch2.7cxx11abiTRUE-cp312-cp312-linux_x86_64.whl
Precompiled wheel not found. Building from source...
running build
running build_py
creating build/lib.linux-x86_64-cpython-312/mamba_ssm
copying mamba_ssm/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm
creating build/lib.linux-x86_64-cpython-312/mamba_ssm/distributed
copying mamba_ssm/distributed/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/distributed
copying mamba_ssm/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/distributed
copying mamba_ssm/distributed/tensor_parallel.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/distributed
creating build/lib.linux-x86_64-cpython-312/mamba_ssm/models
copying mamba_ssm/models/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/models
copying mamba_ssm/models/mixer_seq_simple.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/models
copying mamba_ssm/models/config_mamba.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/models
creating build/lib.linux-x86_64-cpython-312/mamba_ssm/utils
copying mamba_ssm/utils/generation.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/utils
copying mamba_ssm/utils/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/utils
copying mamba_ssm/utils/hf.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/utils
copying mamba_ssm/utils/torch.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/utils
creating build/lib.linux-x86_64-cpython-312/mamba_ssm/ops
copying mamba_ssm/ops/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops
copying mamba_ssm/ops/selective_scan_interface.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops
creating build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/mha.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/mamba2_simple.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/mamba_simple.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/ssd_minimal.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/mamba2.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/block.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/mlp.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
creating build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/selective_state_update.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/ssd_chunk_scan.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/softplus.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/layer_norm.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/ssd_combined.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/layernorm_gated.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/ssd_chunk_state.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/ssd_bmm.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/k_activations.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/ssd_state_passing.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
running egg_info
writing mamba_ssm.egg-info/PKG-INFO
writing dependency_links to mamba_ssm.egg-info/dependency_links.txt
writing requirements to mamba_ssm.egg-info/requires.txt
writing top-level names to mamba_ssm.egg-info/top_level.txt
reading manifest file 'mamba_ssm.egg-info/SOURCES.txt'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'mamba_ssm.egg-info/SOURCES.txt'
running build_ext
/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/torch/utils/cpp_extension.py:480: UserWarning: The detected CUDA version (12.9) has a minor version mismatch with the version that was used to compile PyTorch (12.8). Most likely this shouldn't be a problem.
warnings.warn(CUDA_MISMATCH_WARN.format(cuda_str_version, torch.version.cuda))
/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/torch/utils/cpp_extension.py:490: UserWarning: There are no x86_64-linux-gnu-g++ version bounds defined for CUDA version 12.9
warnings.warn(f'There are no {compiler_name} version bounds defined for CUDA version {cuda_str_version}')
building 'selective_scan_cuda' extension
creating /tmp/pip-install-38d0k0or/mamba-ssm_9ab4864d056f4e97a2b4e4ec714028bc/build/temp.linux-x86_64-cpython-312/csrc/selective_scan
Emitting ninja build file /tmp/pip-install-38d0k0or/mamba-ssm_9ab4864d056f4e97a2b4e4ec714028bc/build/temp.linux-x86_64-cpython-312/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
ninja: error: '/tmp/pip-install-38d0k0or/mamba-ssm_9ab4864d056f4e97a2b4e4ec714028bc/csrc/selective_scan/selective_scan.cpp', needed by '/tmp/pip-install-38d0k0or/mamba-ssm_9ab4864d056f4e97a2b4e4ec714028bc/build/temp.linux-x86_64-cpython-312/csrc/selective_scan/selective_scan.o', missing and no known rule to make it
Traceback (most recent call last):
File "<string>", line 317, in run
File "/usr/lib/python3.12/urllib/request.py", line 240, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 521, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 630, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 559, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 639, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/torch/utils/cpp_extension.py", line 2506, in _run_ninja_build
subprocess.run(
File "/usr/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
main()
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
return _build_backend().build_wheel(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 435, in build_wheel
return _build(['bdist_wheel', '--dist-info-dir', str(metadata_directory)])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 423, in _build
return self._build_with_temp_dir(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir
self.run_setup()
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup
exec(code, locals())
File "<string>", line 336, in <module>
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/__init__.py", line 115, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 186, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
dist.run_commands()
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
self.run_command(cmd)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/dist.py", line 1102, in run_command
super().run_command(command)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
File "<string>", line 334, in run
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py", line 370, in run
self.run_command("build")
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
self.distribution.run_command(command)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/dist.py", line 1102, in run_command
super().run_command(command)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
self.distribution.run_command(command)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/dist.py", line 1102, in run_command
super().run_command(command)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/command/build_ext.py", line 96, in run
_build_ext.run(self)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 368, in run
self.build_extensions()
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/torch/utils/cpp_extension.py", line 1010, in build_extensions
build_ext.build_extensions(self)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions
self._build_extensions_serial()
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial
self.build_extension(ext)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/command/build_ext.py", line 261, in build_extension
_build_ext.build_extension(self, ext)
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 565, in build_extension
objects = self.compiler.compile(
^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/torch/utils/cpp_extension.py", line 815, in unix_wrap_ninja_compile
_write_ninja_file_and_compile_objects(
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/torch/utils/cpp_extension.py", line 2159, in _write_ninja_file_and_compile_objects
_run_ninja_build(
File "/tmp/pip-build-env-np06aqsq/overlay/lib/python3.12/site-packages/torch/utils/cpp_extension.py", line 2522, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for mamba-ssm
Failed to build mamba-ssm
ERROR: Failed to build installable wheels for some pyproject.toml based projects (mamba-ssm)
docs/source/contributing/overview.md
Outdated
```bash | ||
pip install -r requirements/dev.txt | ||
sudo apt install python3-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without this package, I got this error when building mamba from source. This is with uv pip install
, but the error with pip install
is similar.
full error
$ uv pip install --no-build-isolation "git+https://github.com/state-spaces/[email protected]"
Resolved 42 packages in 190ms
× Failed to build `mamba-ssm @ git+https://github.com/state-spaces/mamba@95d8aba8a8c75aedcaa6143713b11e745e7cd0d9`
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit status: 1)
[stdout]
torch.__version__ = 2.7.0+cu126
running bdist_wheel
Guessing wheel URL: https://github.com/state-spaces/mamba/releases/download/v2.2.4/mamba_ssm-2.2.4+cu12torch2.7cxx11abiTRUE-cp312-cp312-linux_x86_64.whl
Precompiled wheel not found. Building from source...
running build
running build_py
copying mamba_ssm/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm
copying mamba_ssm/distributed/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/distributed
copying mamba_ssm/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/distributed
copying mamba_ssm/distributed/tensor_parallel.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/distributed
copying mamba_ssm/models/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/models
copying mamba_ssm/models/mixer_seq_simple.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/models
copying mamba_ssm/models/config_mamba.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/models
copying mamba_ssm/utils/generation.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/utils
copying mamba_ssm/utils/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/utils
copying mamba_ssm/utils/hf.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/utils
copying mamba_ssm/utils/torch.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/utils
copying mamba_ssm/ops/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops
copying mamba_ssm/ops/selective_scan_interface.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops
copying mamba_ssm/modules/mha.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/mamba2_simple.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/mamba_simple.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/ssd_minimal.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/mamba2.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/block.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/modules/mlp.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/modules
copying mamba_ssm/ops/triton/selective_state_update.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/__init__.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/ssd_chunk_scan.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/softplus.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/layer_norm.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/ssd_combined.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/layernorm_gated.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/ssd_chunk_state.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/ssd_bmm.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/k_activations.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
copying mamba_ssm/ops/triton/ssd_state_passing.py -> build/lib.linux-x86_64-cpython-312/mamba_ssm/ops/triton
running egg_info
writing mamba_ssm.egg-info/PKG-INFO
writing dependency_links to mamba_ssm.egg-info/dependency_links.txt
writing requirements to mamba_ssm.egg-info/requires.txt
writing top-level names to mamba_ssm.egg-info/top_level.txt
reading manifest file 'mamba_ssm.egg-info/SOURCES.txt'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'mamba_ssm.egg-info/SOURCES.txt'
running build_ext
building 'selective_scan_cuda' extension
[1/1] c++ -MMD -MF /home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/build/temp.linux-x86_64-cpython-312/csrc/selective_scan/selective_scan.o.d -fno-strict-overflow -Wsign-compare -DNDEBUG
-g -O2 -Wall -fPIC -I/home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/csrc/selective_scan -I/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/include
-I/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/include/torch/csrc/api/include -I/usr/local/cuda-12.9/include
-I/home/dxia/src/github.com/vllm-project/vllm/.venv/include -I/usr/include/python3.12 -c -c /home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/csrc/selective_scan/selective_scan.cpp
-o /home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/build/temp.linux-x86_64-cpython-312/csrc/selective_scan/selective_scan.o -O3 -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H
'-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1016"' -DTORCH_EXTENSION_NAME=selective_scan_cuda -D_GLIBCXX_USE_CXX11_ABI=1
FAILED: /home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/build/temp.linux-x86_64-cpython-312/csrc/selective_scan/selective_scan.o
c++ -MMD -MF /home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/build/temp.linux-x86_64-cpython-312/csrc/selective_scan/selective_scan.o.d -fno-strict-overflow -Wsign-compare -DNDEBUG
-g -O2 -Wall -fPIC -I/home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/csrc/selective_scan -I/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/include
-I/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/include/torch/csrc/api/include -I/usr/local/cuda-12.9/include
-I/home/dxia/src/github.com/vllm-project/vllm/.venv/include -I/usr/include/python3.12 -c -c /home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/csrc/selective_scan/selective_scan.cpp
-o /home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/build/temp.linux-x86_64-cpython-312/csrc/selective_scan/selective_scan.o -O3 -std=c++17 -DTORCH_API_INCLUDE_EXTENSION_H
'-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1016"' -DTORCH_EXTENSION_NAME=selective_scan_cuda -D_GLIBCXX_USE_CXX11_ABI=1
In file included from /home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/include/torch/csrc/Device.h:4,
from /home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/include/torch/csrc/api/include/torch/python.h:8,
from /home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/csrc/selective_scan/selective_scan.cpp:7:
/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/include/torch/csrc/python_headers.h:12:10: fatal error: Python.h: No such file or directory
12 | #include <Python.h>
| ^~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
[stderr]
/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
By 2026-Feb-18, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml`
(dependencies)
corresp(dist, value, root_dir)
/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pypro
/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: BSD License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/utils/cpp_extension.py:480: UserWarning: The detected CUDA version (12.9) has a minor version mismatch with the version
that was used to compile PyTorch (12.6). Most likely this shouldn't be a problem.
warnings.warn(CUDA_MISMATCH_WARN.format(cuda_str_version, torch.version.cuda))
/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/utils/cpp_extension.py:490: UserWarning: There are no x86_64-linux-gnu-g++ version bounds defined for CUDA version 12.9
warnings.warn(f'There are no {compiler_name} version bounds defined for CUDA version {cuda_str_version}')
Emitting ninja build file /home/dxia/.cache/uv/git-v0/checkouts/b8d3779b7264c4d1/95d8aba/build/temp.linux-x86_64-cpython-312/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
Traceback (most recent call last):
File "<string>", line 317, in run
File "/usr/lib/python3.12/urllib/request.py", line 240, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 521, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 630, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 559, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 639, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/utils/cpp_extension.py", line 2506, in _run_ninja_build
subprocess.run(
File "/usr/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<string>", line 11, in <module>
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/build_meta.py", line 432, in build_wheel
return _build(['bdist_wheel'])
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/build_meta.py", line 423, in _build
return self._build_with_temp_dir(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir
self.run_setup()
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/build_meta.py", line 317, in run_setup
exec(code, locals())
File "<string>", line 336, in <module>
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/__init__.py", line 117, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 186, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
dist.run_commands()
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
self.run_command(cmd)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/dist.py", line 1104, in run_command
super().run_command(command)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
File "<string>", line 334, in run
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py", line 370, in run
self.run_command("build")
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
self.distribution.run_command(command)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/dist.py", line 1104, in run_command
super().run_command(command)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
self.distribution.run_command(command)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/dist.py", line 1104, in run_command
super().run_command(command)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
cmd_obj.run()
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/command/build_ext.py", line 99, in run
_build_ext.run(self)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 368, in run
self.build_extensions()
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/utils/cpp_extension.py", line 1010, in build_extensions
build_ext.build_extensions(self)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions
self._build_extensions_serial()
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial
self.build_extension(ext)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
_build_ext.build_extension(self, ext)
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py", line 565, in build_extension
objects = self.compiler.compile(
^^^^^^^^^^^^^^^^^^^^^^
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/utils/cpp_extension.py", line 815, in unix_wrap_ninja_compile
_write_ninja_file_and_compile_objects(
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/utils/cpp_extension.py", line 2159, in _write_ninja_file_and_compile_objects
_run_ninja_build(
File "/home/dxia/src/github.com/vllm-project/vllm/.venv/lib/python3.12/site-packages/torch/utils/cpp_extension.py", line 2522, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension
hint: This usually indicates a problem with the package or the build environment.
This pull request has merge conflicts that must be resolved before it can be |
This pull request has merge conflicts that must be resolved before it can be |
@hmellor I rebased the conflicts away if you get a chance to review. Thanks! 🙏 |
@@ -26,6 +26,8 @@ See <gh-file:LICENSE>. | |||
|
|||
## Developing | |||
|
|||
--8<-- "docs/getting_started/installation/python_env_setup.inc.md" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a clever use of that install doc
* make it apparent the set up instructions are for Nvidia CUDA * the `pip install` command requires the PyTorch index * show the workaround for state-spaces/mamba#720 * install the `python3-dev` Debian package that's required for building mamba-ssm wheel from source Signed-off-by: David Xia <[email protected]>
pip install
command requires the PyTorch indexpython3-dev
Debian package that's required for building mamba-ssm wheel from sourceThe output of
python collect_env.py