Skip to content

Commit 0befd5f

Browse files
committed
print
Signed-off-by: Will Johnson <mwjohnson728@gmail.com>
1 parent 9dbbc19 commit 0befd5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ RUN --mount=type=cache,target=/home/${USER}/.cache/pip,uid=${USER_UID} \
149149
python -m pip install --user wheel && \
150150
python -m pip install --user "$(head bdist_name)" && \
151151
python -m pip install --user "$(head bdist_name)[flash-attn]" && \
152+
python -c "import torch; print(torch.__version__)" && \
152153
python -m pip install --user "$(head bdist_name)[mamba]"
153154

154155
# fms_acceleration_peft = PEFT-training, e.g., 4bit QLoRA

0 commit comments

Comments
 (0)