geoprior.cli.stage4#

CLI wrapper for Stage-4 inference.

This module makes Stage-4 consistent with the newer geoprior.cli dispatcher pattern while preserving the existing inference implementation in stage4_legacy.py.

Supported flows#

  • Use the existing nat.com/config.py as-is.

  • Install a user-supplied config file before running.

  • Apply one-off JSON-friendly overrides via --set KEY=VALUE.

  • Point Stage-4 at a specific Stage-1 manifest via --stage1-manifest.

  • Forward all other inference arguments to the original Stage-4 CLI unchanged.

Functions

main([argv])

run_stage4([argv])

stage4_main([argv])

geoprior.cli.stage4.run_stage4(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None

geoprior.cli.stage4.stage4_main(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None

geoprior.cli.stage4.main(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None