We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9229f30 commit 69e489fCopy full SHA for 69e489f
huggingface/pytorch/training/docker/2.6/py3/cu126/Dockerfile.gpu
@@ -48,8 +48,8 @@ RUN pip install --no-cache-dir \
48
trl==${TRL_VERSION} \
49
peft==${PEFT_VERSION} \
50
flash-attn==${FLASH_ATTN_VERSION} \
51
- dill>=0.4.0 \
52
- multiprocess>=0.70.18
+ dill==0.4.0 \
+ multiprocess==0.70.18
53
54
55
# hf_transfer will be a built-in feature, remove the env variable then
0 commit comments