Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/test_torchtitan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,14 @@ jobs:
--parallelism.data_parallel_shard_degree 4 \
--parallelism.expert_parallel_degree 4 \
--job.custom_config_module=torchtitan.experiments.autoparallel.job_config

# TorchTitan DSv3 SimpleFSDP with auto_bucketing passes
NGPU=4 CONFIG_FILE=./torchtitan/models/deepseek_v3/train_configs/debug_model.toml ./run_train.sh \
--model.name simple_fsdp.deepseek_v3 \
--parallelism.tensor_parallel_degree 1 \
--parallelism.expert_parallel_degree 4 \
--job.custom_config_module=torchtitan.experiments.simple_fsdp.job_config \
--compile.graph_passes auto_bucketing \
--activation_checkpoint.mode "none" \
--compile.backend inductor \
--compile.enable
Loading