Skip to content

Commit a2fa16a

Browse files
committed
fix(neuronx): bump diffusers version
Diffusers versions <= 0.29.0 are now incompatible with the latest huggingface_hub (0.26).
1 parent 2cd855c commit a2fa16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

huggingface/pytorch/inference/docker/2.1/py3/sdk2.20.0/Dockerfile.neuronx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG NEURONX_TOOLS_VERSION=2.19.0.0
2020

2121
# HF ARGS
2222
ARG TRANSFORMERS_VERSION
23-
ARG DIFFUSERS_VERSION=0.28.2
23+
ARG DIFFUSERS_VERSION=0.30.3
2424
ARG OPTIMUM_NEURON_VERSION=0.0.25
2525
ARG SENTENCE_TRANSFORMERS=3.0.1
2626
ARG PEFT_VERSION=0.12.0

0 commit comments

Comments
 (0)