We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbbc19 commit 0befd5fCopy full SHA for 0befd5f
1 file changed
build/Dockerfile
@@ -149,6 +149,7 @@ RUN --mount=type=cache,target=/home/${USER}/.cache/pip,uid=${USER_UID} \
149
python -m pip install --user wheel && \
150
python -m pip install --user "$(head bdist_name)" && \
151
python -m pip install --user "$(head bdist_name)[flash-attn]" && \
152
+ python -c "import torch; print(torch.__version__)" && \
153
python -m pip install --user "$(head bdist_name)[mamba]"
154
155
# fms_acceleration_peft = PEFT-training, e.g., 4bit QLoRA
0 commit comments