Skip to content

Commit

Permalink
Set huggingface-inference-toolkit released version
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Jan 18, 2025
1 parent e4ca220 commit 56fa8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py && \
rm get-pip.py

# Hugging Face Inference Toolkit
ARG HF_INFERENCE_TOOLKIT_VERSION=bump-dependencies
ARG HF_INFERENCE_TOOLKIT_VERSION=0.5.4
ARG HF_INFERENCE_TOOLKIT_URL=git+https://github.com/huggingface/huggingface-inference-toolkit.git@${HF_INFERENCE_TOOLKIT_VERSION}
RUN pip install --upgrade "huggingface-inference-toolkit[torch,diffusers,st,google] @ ${HF_INFERENCE_TOOLKIT_URL}" --no-cache-dir

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py && \
rm get-pip.py

# Hugging Face Inference Toolkit
ARG HF_INFERENCE_TOOLKIT_VERSION=bump-dependencies
ARG HF_INFERENCE_TOOLKIT_VERSION=0.5.4
ARG HF_INFERENCE_TOOLKIT_URL=git+https://github.com/huggingface/huggingface-inference-toolkit.git@${HF_INFERENCE_TOOLKIT_VERSION}
RUN pip install --upgrade "huggingface-inference-toolkit[torch,diffusers,st,google] @ ${HF_INFERENCE_TOOLKIT_URL}" --no-cache-dir

Expand Down

0 comments on commit 56fa8a8

Please sign in to comment.