ByteDance-Seed / ByteDance-Seed/Triton-distributed
pip install bugs
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
When I completed the following installation, bugs appeared.
```
docker run --name triton-dist --ipc=host --network=host --privileged --cap-add=SYS_ADMIN --shm-size=10g --gpus=all -itd nvcr.io/nvidia/pytorch:25.04-py3 /bin/bash
docker exec -it triton-dist /bin/bash
```
fix nvshmem
```
apt update
apt install clang-19 llvm-19 libclang-19-dev
```
```
export NVSHMEM_SRC=/workspace/nvshmem
export CC=clang-19
export CXX=clang-19++
pip install "git+https://github.com/ByteDance-Seed/Triton-distributed.git#subdirectory=python" --no-build-isolation --force-reinstall
```
Contributor guide
Research direction
Reproduce the Docker setup using the nvcr.io/nvidia/pytorch:25.04-py3 image, then follow the apt, NVSHMEM_SRC, compiler, and pip installation commands shown in the issue. Compare the resulting behavior with the attached screenshot; completion requires identifying and fixing the reported installation bugs, but the issue does not specify the exact error text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100