Put back nccl latest (override torch).

This commit is contained in:
Nicolas Patry 2025-02-12 15:26:47 +01:00
parent 59ef177d5f
commit eb01342541
No known key found for this signature in database
GPG Key ID: 4242CEF24CB6DBF9

View File

@ -196,7 +196,7 @@ RUN cd server && \
RUN cd server && \ RUN cd server && \
uv sync --frozen --extra gen --extra attention --extra bnb --extra accelerate --extra compressed-tensors --extra marlin --extra moe --extra quantize --extra peft --extra outlines --active --python=${PYTHON_VERSION} && \ uv sync --frozen --extra gen --extra attention --extra bnb --extra accelerate --extra compressed-tensors --extra marlin --extra moe --extra quantize --extra peft --extra outlines --active --python=${PYTHON_VERSION} && \
# uv pip install nvidia-nccl-cu12==2.22.3 && \ uv pip install nvidia-nccl-cu12==2.25.1 && \
pwd && \ pwd && \
text-generation-server --help text-generation-server --help