-
Notifications
You must be signed in to change notification settings - Fork 38
Add ONNX export, INT8/FP8 quantization, and SafeTensors inference loading #14
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
4c96e6d
feat(onnx): add QUANT_FORMAT int8/fp8 PTQ via modelopt.onnx
IgorBaratta dd82393
fix(onnx): re-derive engine_path from final onnx_path after quant fal…
IgorBaratta 65c9222
review: fix run.py, temp file cleanup, YAPF, README ONNX section
ivanbasov d7b8217
quantize only CNN layers
IgorBaratta 1ce0713
Merge branch 'igor/onnx_quantization' of github.com:NVIDIA/quantum-pr…
IgorBaratta 1537eb2
fix(ci): YAPF, move nvidia-modelopt to train reqs, add prerequisite t…
ivanbasov 5a3f266
feat(onnx): add onnxruntime INT8 fallback for Python 3.13+
ivanbasov 5323547
fix(prereqs): document tensorrt as optional GPU dep, add fallback tests
ivanbasov e24274c
fix(onnx): use import-based dispatch for modelopt/ort; install modelo…
ivanbasov af466ea
fix(test): pin ONNX IR version 8 in ort quantize test
ivanbasov d111c65
test(onnx): add end-to-end mq.quantize() tests for modelopt
ivanbasov 8155fdd
fix(test): use float32 calibration data in TestModeloptQuantize
ivanbasov ae0f3b1
fix(trt): raise RuntimeError when tensorrt missing for ONNX_WORKFLOW=2/3
ivanbasov 795e58e
fix(test): fix ORT calibration for ort quantize test
ivanbasov 3b779ef
fix(test): skip ort quantize output test when modelopt is installed
ivanbasov 45891e2
review: address PR #14 review comments
ivanbasov 9c726a7
refactor: extract _parse_quant_format() helper from LER
ivanbasov e53e53c
fix: guard against num_obs < 1 in _collect_calibration_dets
ivanbasov ba4efa3
docs: fix tensorrt comment — missing TRT now raises RuntimeError
ivanbasov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.