mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-10 19:32:06 +00:00
Fix?
This commit is contained in:
parent
f93ed958e4
commit
8275bdcfe9
@ -96,6 +96,7 @@ RUN cd server && \
|
|||||||
BUILD_CUDA_EXT=0 pip install git+https://github.com/AutoGPTQ/AutoGPTQ.git@097dd04e --no-build-isolation && \
|
BUILD_CUDA_EXT=0 pip install git+https://github.com/AutoGPTQ/AutoGPTQ.git@097dd04e --no-build-isolation && \
|
||||||
pip install . --no-cache-dir
|
pip install . --no-cache-dir
|
||||||
RUN pip install git+https://github.com/sywangyi/vllm-hpu-extension.git
|
RUN pip install git+https://github.com/sywangyi/vllm-hpu-extension.git
|
||||||
|
RUN pip install git+https://github.com/huggingface/transformers@29338949
|
||||||
# Install benchmarker
|
# Install benchmarker
|
||||||
COPY --from=builder /usr/src/target/release-opt/text-generation-benchmark /usr/local/bin/text-generation-benchmark
|
COPY --from=builder /usr/src/target/release-opt/text-generation-benchmark /usr/local/bin/text-generation-benchmark
|
||||||
# Install router
|
# Install router
|
||||||
|
@ -90,7 +90,7 @@ threadpoolctl==3.6.0 ; python_version >= "3.9" and python_version < "3.13"
|
|||||||
tokenizers==0.21.1 ; python_version >= "3.9" and python_version < "3.13"
|
tokenizers==0.21.1 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
torch==2.6.0 ; python_version >= "3.9" and python_version < "3.13"
|
torch==2.6.0 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
tqdm==4.67.1 ; python_version >= "3.9" and python_version < "3.13"
|
tqdm==4.67.1 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
transformer @ git+https://github.com/huggingface/transformers@29338949 ; python_version >= "3.9" and python_version < "3.13"
|
transformers @ git+https://github.com/huggingface/transformers@29338949 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
triton==3.2.0 ; python_version >= "3.9" and python_version < "3.13" and platform_system == "Linux" and platform_machine == "x86_64"
|
triton==3.2.0 ; python_version >= "3.9" and python_version < "3.13" and platform_system == "Linux" and platform_machine == "x86_64"
|
||||||
typer==0.15.2 ; python_version >= "3.9" and python_version < "3.13"
|
typer==0.15.2 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
typing-extensions==4.13.2 ; python_version >= "3.9" and python_version < "3.13"
|
typing-extensions==4.13.2 ; python_version >= "3.9" and python_version < "3.13"
|
||||||
|
Loading…
Reference in New Issue
Block a user