Skip to content

Commit

Permalink
change to 2 gpus
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Jan 2, 2025
1 parent cc0cbca commit 455ef0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions session/small-malaysian-reasoning/3b.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
WANDB_PROJECT="lora-embedding-256-llama3.2-3b-small-malaysian-reasoning" \
CUDA_VISIBLE_DEVICES="2" \
CUDA_VISIBLE_DEVICES="0,1" \
TORCH_DISTRIBUTED_DEBUG="info" \
torchrun --nproc_per_node 1 \
torchrun --nproc_per_node 2 \
-m train \
--model_name_or_path unsloth/Llama-3.2-3B-Instruct \
--per_device_train_batch_size 2 \
Expand Down

0 comments on commit 455ef0d

Please sign in to comment.