From d82aa8a65d1f1205f6b06f7e62069d76cd11441c Mon Sep 17 00:00:00 2001 From: hotwa Date: Sat, 15 Jun 2024 17:53:11 +0800 Subject: [PATCH] add --no-build-isolation flash-attn --- finetune/Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/finetune/Dockerfile b/finetune/Dockerfile index 562d0e1..13aab77 100644 --- a/finetune/Dockerfile +++ b/finetune/Dockerfile @@ -183,20 +183,20 @@ EOT # EOT # PyTorch -ARG PYTORCH_VERSION=1.13.0 +ARG PYTORCH_VERSION=2.2.1 ENV PYTORCH_VERSION=${PYTORCH_VERSION} RUN <