mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-08 19:04:52 +00:00
AMD grpcio?
This commit is contained in:
parent
a3db7edd67
commit
df53facda9
@ -251,7 +251,7 @@ COPY proto proto
|
||||
COPY server server
|
||||
COPY server/Makefile server/Makefile
|
||||
RUN cd server && \
|
||||
uv pip install grpcio-tools mypy-protobuf && \
|
||||
uv pip install "grpcio-tools>=1.67.0,<1.73.0" mypy-protobuf && \
|
||||
uv pip install -e ".[accelerate, compressed-tensors, peft, outlines]" --no-cache-dir && \
|
||||
make gen-server-raw
|
||||
RUN cd server && \
|
||||
|
Loading…
Reference in New Issue
Block a user