Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
- Linux x86_64, NVIDIA GPU, driver r580+ (CUDA 13)
- Python >= 3.10, with [uv](https://docs.astral.sh/uv/) recommended (plain
`pip` + `venv` works too)
- Multi-GPU (`--tensor-parallel-size > 1`): NCCL development libraries for
the JIT link step, e.g. `sudo apt-get install libnccl2 libnccl-dev`.
Without them the first TP launch fails at link time with
`/usr/bin/ld: cannot find -lnccl`.

## Method 1: Install from PyPI

Expand Down