mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
TRying to check that pb is imported correctly.
This commit is contained in:
parent
b12ba27684
commit
d279f5cd1c
@ -233,6 +233,7 @@ COPY server/Makefile server/Makefile
|
|||||||
ENV UV_SYSTEM_PYTHON=1
|
ENV UV_SYSTEM_PYTHON=1
|
||||||
RUN cd server && \
|
RUN cd server && \
|
||||||
make gen-server && \
|
make gen-server && \
|
||||||
|
python -c "from text_generation_server.pb import generate_pb2" && \
|
||||||
pip install -U pip uv && \
|
pip install -U pip uv && \
|
||||||
uv pip install ".[attention, bnb, accelerate, compressed-tensors, marlin, moe, quantize, peft, outlines]" --no-cache-dir && \
|
uv pip install ".[attention, bnb, accelerate, compressed-tensors, marlin, moe, quantize, peft, outlines]" --no-cache-dir && \
|
||||||
uv pip install nvidia-nccl-cu12==2.22.3
|
uv pip install nvidia-nccl-cu12==2.22.3
|
||||||
|
Loading…
Reference in New Issue
Block a user