File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 722722 ),
723723)
724724
725-
725+ # Config only runs on v6e-256
726726llama3_1_405b_8192_fsdp_dcn = _add_to_model_dictionary (
727727 trillium_model_dict ,
728728 MaxTextModel (
776776 ),
777777)
778778
779+ # Config only runs on v6e-256
779780llama3_1_405b_8192_pure_fsdp_ici = _add_to_model_dictionary (
780781 trillium_model_dict ,
781782 MaxTextModel (
15241525 ),
15251526)
15261527
1528+ # Config only runs on v6e-256
15271529mixtral_8x22b_dropped = _add_to_model_dictionary (
15281530 trillium_model_dict ,
15291531 MaxTextModel (
15681570 ),
15691571)
15701572
1573+ # Config only runs on v6e-256
15711574deepseek_v3_ep16 = _add_to_model_dictionary (
15721575 trillium_model_dict ,
15731576 MaxTextModel (
16081611 ),
16091612)
16101613
1611-
1614+ # Config only runs on v6e-256
16121615gemma2_9b_8192 = _add_to_model_dictionary (
16131616 trillium_model_dict ,
16141617 MaxTextModel (
16411644 ),
16421645)
16431646
1644-
1647+ # Config only runs on v6e-256
16451648gemma2_27b_8192 = _add_to_model_dictionary (
16461649 trillium_model_dict ,
16471650 MaxTextModel (
17361739 )
17371740)
17381741
1739- # Customized MoE model - 700B
1742+ # Customized MoE model - 700B, and config only runs on v6e-256
17401743custom_moe_700b = _add_to_model_dictionary (
17411744 trillium_model_dict ,
17421745 MaxTextModel (
17971800 ),
17981801 ),
17991802)
1800-
1801-
You can’t perform that action at this time.
0 commit comments