We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c8e9e commit 2cdda2fCopy full SHA for 2cdda2f
huggingface/pytorch/training/docker/2.6/py3/cu126/Dockerfile.gpu
@@ -49,7 +49,8 @@ RUN pip install --no-cache-dir \
49
peft==${PEFT_VERSION} \
50
flash-attn==${FLASH_ATTN_VERSION} \
51
dill==0.3.8 \
52
- multiprocess==0.70.16
+ multiprocess==0.70.16 \
53
+ pathos==0.3.3
54
55
# hf_transfer will be a built-in feature, remove the env variable then
56
ENV HF_HUB_ENABLE_HF_TRANSFER="1"
0 commit comments