From fc3797508982b7a2a58cc69b6bd03add7bfc0175 Mon Sep 17 00:00:00 2001 From: Jiangjun Wang <115926534+junshijun@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:55:38 +0800 Subject: [PATCH] [fixed] update README.md (#256) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9309a679..dcef078a 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ python mlora_pp_train.py \ --device "cuda:0" \ --rank 0 \ --balance 12 13 \ - --recompute False \ + --no-recompute \ --precision fp32 # in the second node @@ -90,7 +90,7 @@ python mlora_pp_train.py \ --device "cuda:1" \ --rank 1 \ --balance 12 13 \ - --recompute False \ + --no-recompute \ --precision fp32 ```