Skip to content

Set v3 graphgen to default#1829

Open
rayg1234 wants to merge 3 commits intomainfrom
rgao_turnon_v3_graphgen_inference
Open

Set v3 graphgen to default#1829
rayg1234 wants to merge 3 commits intomainfrom
rgao_turnon_v3_graphgen_inference

Conversation

@rayg1234
Copy link
Contributor

  • Update graphgen to use v3 (nvidia) for inference
  • Also change some of default settings to match the inference_settings_default

@meta-cla meta-cla bot added the cla signed label Feb 26, 2026
@rayg1234 rayg1234 added enhancement New feature or request minor Minor version release labels Feb 26, 2026
@rayg1234 rayg1234 requested a review from mshuaibii February 26, 2026 23:04
# checkpoint will be used.
activation_checkpointing: bool | None = None
# inference speed.
activation_checkpointing: bool = True
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why True here?

Copy link
Contributor Author

@rayg1234 rayg1234 Feb 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i just wanted it to be consistent with inference_settings_default , right now if you don't specify it will use the value from training which is confusing. The expectation is most people with use the "default" settings, which should set this to True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed enhancement New feature or request minor Minor version release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants