Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Nov 22, 2023
1 parent 4629948 commit 60be0c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/configs/_tp_.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tensor Parallelism (TP)
defaults:
- launcher: torchrun # for TP training, use torchrun launcher
- override launcher: torchrun # for TP training, use torchrun launcher

hydra:
job:
Expand Down
2 changes: 1 addition & 1 deletion tests/configs/cuda_pytorch_inference_bert_tp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ defaults:
- _tp_ # inherits from tensor parallelism config
- _self_ # for hydra 1.1 compatibility

model: hf-internal-testing/tiny-random-bert
model: bert-base-uncased
task: text-classification
device: cuda

0 comments on commit 60be0c2

Please sign in to comment.