From 7d32986bdfecc7bfa615dc512c5b6a740237e7b4 Mon Sep 17 00:00:00 2001 From: lingyuzeng Date: Mon, 15 Jul 2024 18:14:44 +0800 Subject: [PATCH] update apex --- finetune/Dockerfile.update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/finetune/Dockerfile.update b/finetune/Dockerfile.update index 52eb7a1..9d5f049 100644 --- a/finetune/Dockerfile.update +++ b/finetune/Dockerfile.update @@ -19,7 +19,7 @@ SHELL ["/bin/bash", "-c"] RUN <= 23.1 (ref: https://pip.pypa.io/en/stable/news/#v23-1) which supports multiple `--config-settings` with the same key... MAX_JOBS=1 python3 -m pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ./ python -c "import apex.amp; print('Apex is installed and the amp module is available.')"