We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b10c39 commit 8b9620bCopy full SHA for 8b9620b
.github/workflows/test_torchtitan.yml
@@ -48,7 +48,8 @@ jobs:
48
49
# Run TorchTitan training with AutoParallel
50
NGPU=4 CONFIG_FILE="./torchtitan/models/llama3/train_configs/debug_model.toml" ./run_train.sh \
51
- --model.name auto_parallel.llama3 \
+ --model.name autoparallel.llama3 \
52
--parallelism.tensor_parallel_degree 4 \
53
--training.dataset c4 \
54
--compile.enable
55
+ --job.custom_config_module=torchtitan.experiments.autoparallel.job_config
0 commit comments