Skip to content

[Issue]: install_triton.sh breaks pip install ... --dry-run #4483

Description

@fxmarty-amd

Problem Description

Running

pip install -vvv -e . --dry-run

installs triton due to:

aiter/setup.py

Line 138 in 3a79aec

_run_install_triton()

including e.g. if triton==3.6 is already in the env or if --dry-run is used.

Essentially, install_triton.sh

python3 -m pip install --extra-index-url "$TRITON_INDEX_URL" "triton==3.7.0"
and vllm-project/vllm#49361 (where vLLM still uses triton==3.6) are colliding.

Operating System

Ubuntu 22.04

CPU

N/A

GPU

N/A

ROCm Version

N/A

ROCm Component

No response

Steps to Reproduce

No response

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

rocminfo --support output
Paste output here

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions