Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ONNX] Enable 'ExportOutput.save' for models larger than 2GB #107904

Closed
wants to merge 4 commits into from

Commits on Aug 24, 2023

  1. [ONNX] Enable 'ExportOutput.save' for models larger than 2GB

    [ghstack-poisoned]
    BowenBao committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8e3fd44 View commit details
    Browse the repository at this point in the history
  2. Update on "[ONNX] Enable 'ExportOutput.save' for models larger than 2GB"

    Previously it fails during serialization, despite onnxscript graph_building managed to return ModelProto > 2GB.
    
    
    [ghstack-poisoned]
    BowenBao committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    37c04b1 View commit details
    Browse the repository at this point in the history
  3. fix lint on "[ONNX] Enable 'ExportOutput.save' for models larger than…

    … 2GB"
    
    
    Previously it fails during serialization, despite onnxscript graph_building managed to return ModelProto > 2GB.
    
    
    [ghstack-poisoned]
    BowenBao committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    369dc97 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update on "[ONNX] Enable 'ExportOutput.save' for models larger than 2GB"

    Previously it fails during serialization, despite onnxscript graph_building managed to return ModelProto > 2GB.
    
    
    [ghstack-poisoned]
    BowenBao committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0f07ca7 View commit details
    Browse the repository at this point in the history