Skip to content

Commit

Permalink
[fixed] update README.md (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
junshijun authored Oct 12, 2024
1 parent a59cddd commit fc37975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -90,7 +90,7 @@ python mlora_pp_train.py \
--device "cuda:1" \
--rank 1 \
--balance 12 13 \
--recompute False \
--no-recompute \
--precision fp32
```

Expand Down

0 comments on commit fc37975

Please sign in to comment.