mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 13:52:07 +00:00
remove tr version
This commit is contained in:
parent
04aab711a7
commit
53567b0028
@ -194,8 +194,6 @@ RUN cd server && \
|
|||||||
text-generation-server --help
|
text-generation-server --help
|
||||||
|
|
||||||
RUN uv pip install torchvision --no-deps
|
RUN uv pip install torchvision --no-deps
|
||||||
COPY transformers-4.51.0.dev0-py3-none-any.whl .
|
|
||||||
RUN uv pip install transformers-4.51.0.dev0-py3-none-any.whl --no-deps
|
|
||||||
|
|
||||||
# Copy build artifacts from flash attention builder
|
# Copy build artifacts from flash attention builder
|
||||||
COPY --from=flash-att-builder /usr/src/flash-attention/build/lib.linux-x86_64-cpython-311 /usr/src/.venv/lib/python3.11/site-packages
|
COPY --from=flash-att-builder /usr/src/flash-attention/build/lib.linux-x86_64-cpython-311 /usr/src/.venv/lib/python3.11/site-packages
|
||||||
|
Loading…
Reference in New Issue
Block a user