From 259262bf42d5ad8e857de10d6f2a0f56fd8bd1cc Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 25 May 2023 17:25:38 -0400 Subject: [PATCH] fix xentropy wheel name typo --- docker/Dockerfile-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-base b/docker/Dockerfile-base index c63f5a496..cfb8b73cb 100644 --- a/docker/Dockerfile-base +++ b/docker/Dockerfile-base @@ -74,7 +74,7 @@ COPY --from=flash-attn-builder /workspace/flash-attention/csrc/xentropy/dist/xen COPY --from=flash-attn-builder /workspace/flash-attention/csrc/rotary/dist/rotary-*.whl wheels COPY --from=flash-attn-builder /workspace/flash-attention/csrc/layer_norm/dist/dropout_layer_norm-*.whl wheels -RUN pip3 install wheels/deepspeed-*.whl wheels/flash_attn-*.whl wheels/fused_dense_lib-*.whl wheels/xeontropy-*.whl wheels/rotary-*.whl wheels/dropout_layer_norm-*.whl +RUN pip3 install wheels/deepspeed-*.whl wheels/flash_attn-*.whl wheels/fused_dense_lib-*.whl wheels/xentropy-*.whl wheels/rotary-*.whl wheels/dropout_layer_norm-*.whl RUN git lfs install --skip-repo RUN pip3 install "peft @ git+https://github.com/huggingface/peft.git@main" \ "accelerate @ git+https://github.com/huggingface/accelerate.git@main" \