Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions gpt_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def gpt_builder(args, pre_process, post_process, vp_stage=None, config=None, pg_
mtp_block_spec=mtp_block_spec,
vp_stage=vp_stage,
pg_collection=pg_collection,
use_fused_lce=args.use_fused_lce,
logits_split_chunks=args.logits_split_chunks
)

return model
Expand Down
Loading
Loading