Unverified Commit 2f5e5c18 authored by Daniele's avatar Daniele Committed by GitHub
Browse files

[CI/Build] bump timm dependency (#24189)


Signed-off-by: default avatarDaniele Trifirò <dtrifiro@redhat.com>
Co-authored-by: default avatarRussell Bryant <rbryant@redhat.com>
parent bd98842c
...@@ -519,7 +519,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ ...@@ -519,7 +519,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
else \ else \
BITSANDBYTES_VERSION="0.46.1"; \ BITSANDBYTES_VERSION="0.46.1"; \
fi; \ fi; \
uv pip install --system accelerate hf_transfer modelscope "bitsandbytes>=${BITSANDBYTES_VERSION}" 'timm==0.9.10' boto3 runai-model-streamer runai-model-streamer[s3] uv pip install --system accelerate hf_transfer modelscope "bitsandbytes>=${BITSANDBYTES_VERSION}" 'timm>=1.0.17' boto3 runai-model-streamer runai-model-streamer[s3]
ENV VLLM_USAGE_SOURCE production-docker-image ENV VLLM_USAGE_SOURCE production-docker-image
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment