pytorch-lightning
Allow to return ONNXProgram when calling `to_onnx(dynamo=True)`
#20811
Merged

Allow to return ONNXProgram when calling `to_onnx(dynamo=True)` #20811

GdoongMathew
GdoongMathew feat: return `ONNXProgram` when exporting with dynamo=True.
bde96143
GdoongMathew test: add to_onnx(dynamo=True) unittests.
a966c0b5
GdoongMathew GdoongMathew requested a review from lantiga lantiga 1 year ago
GdoongMathew GdoongMathew requested a review from Borda Borda 1 year ago
GdoongMathew GdoongMathew requested a review from tchaton tchaton 1 year ago
GdoongMathew GdoongMathew requested a review from justusschock justusschock 1 year ago
GdoongMathew GdoongMathew requested a review from ethanwharris ethanwharris 1 year ago
github-actions github-actions added pl
github-actions github-actions added dependencies
GdoongMathew fix: add ignore filter in pyproject.toml
e7342e38
github-actions github-actions added package
GdoongMathew GdoongMathew changed the title Feat/dynamo export onnx WIP: to_onnx return ONNXProgram 1 year ago
GdoongMathew
deependujha
deependujha
deependujha commented on 2025-05-20
deependujha
deependujha commented on 2025-05-20
deependujha
deependujha approved these changes on 2025-05-20
GdoongMathew fix: change the return type annotation of `to_onnx`.
3ee3ea92
GdoongMathew test: add parametrized `dynamo` to test `test_if_inference_output_is_…
bc812155
GdoongMathew
GdoongMathew test: add difference check in `test_model_return_type`.
236f1a07
GdoongMathew fix: fix unittest.
019125d5
GdoongMathew GdoongMathew changed the title WIP: to_onnx return ONNXProgram to_onnx return ONNXProgram 1 year ago
GdoongMathew
GdoongMathew Merge branch 'master' into feat/dynamo_export_onnx
9f5e6049
GdoongMathew deps: bump typing_extension for onnxscript.
791d7773
GdoongMathew Merge branch 'master' into feat/dynamo_export_onnx
453e63fc
GdoongMathew deps: bump typing_extension for onnxscript.
acdf3c12
github-actions github-actions added fabric
GdoongMathew deps: bump onnxscript upper bound.
e046d272
GdoongMathew test: add test `test_model_onnx_export_missing_onnxscript`.
a0a7d1f2
Borda
Borda approved these changes on 2025-06-06
Borda
GdoongMathew Merge branch 'master' into feat/dynamo_export_onnx
7aae865c
GdoongMathew
GdoongMathew
Borda
Borda
Borda commented on 2025-06-06
GdoongMathew
GdoongMathew revert typing-extension bump.
aca9fd1c
GdoongMathew lower the min_torch version in unittest.
1396f353
GdoongMathew feat: enable ONNXProgram export on torch 2.5.0
8f050ea5
GdoongMathew Merge branch 'master' into feat/dynamo_export_onnx
3938c735
Borda extensions
ce3e6b74
github-actions github-actions added has conflicts
Borda Merge branch 'master' into feat/dynamo_export_onnx
c31a3f6b
github-actions github-actions removed has conflicts
Borda Merge branch 'master' into feat/dynamo_export_onnx
40b1449e
Borda ds
a470fe85
pre-commit-ci[bot] [pre-commit.ci] auto fixes from pre-commit.com hooks
9e4a4947
codecov
Borda Merge branch 'master' into feat/dynamo_export_onnx
b08e4650
GdoongMathew dep: test fixing pydantic version.
67af423b
GdoongMathew Revert "dep: test fixing pydantic version."
0e4cb807
GdoongMathew
GdoongMathew dep: add serve deps.
b26072d7
github-actions github-actions added ci
GdoongMathew ci: test.
d1b85976
GdoongMathew
GdoongMathew commented on 2025-06-18
github-actions github-actions added has conflicts
GdoongMathew Merge branch 'master' into feat/dynamo_export_onnx
ec638c30
GdoongMathew update onnxscript upperbound.
aa951fd6
github-actions github-actions removed has conflicts
GdoongMathew align with ce3e6b7
9491953f
GdoongMathew GdoongMathew requested a review from Borda Borda 1 year ago
github-actions github-actions added has conflicts
GdoongMathew Merge branch 'master' into feat/dynamo_export_onnx
819d3c8f
github-actions github-actions removed has conflicts
GdoongMathew Merge branch 'master' into feat/dynamo_export_onnx
f0146394
GdoongMathew Merge branch 'master' into feat/dynamo_export_onnx
784fc3f2
github-actions github-actions added has conflicts
Borda Merge branch 'master' into feat/dynamo_export_onnx
12570c14
github-actions github-actions removed has conflicts
Borda Borda changed the title to_onnx return ONNXProgram Allow to return ONNXProgram when calling to_onnx(dynamo=True) 351 days ago
Borda Borda changed the title Allow to return ONNXProgram when calling to_onnx(dynamo=True) Allow to return ONNXProgram when calling `to_onnx(dynamo=True)` 351 days ago
Borda
Borda approved these changes on 2025-08-08
Borda chlog
7c2bfee4
Borda
Borda commented on 2025-08-08
Borda drop serve
ee596a6c
Borda import
caba43cb
Borda prune
23e5a1c3
Borda Apply suggestions from code review
e8595f81
Borda req
87d8f179
github-actions github-actions added docs
Borda prune
eeb1a136
Borda import
87bdfd91
pre-commit-ci[bot] [pre-commit.ci] auto fixes from pre-commit.com hooks
3d9ecc87
Borda import
0493e13b
Borda Merge branch 'feat/dynamo_export_onnx' of https://github.com/GdoongMa…
d6a1e8e6
Borda import
bdf6927f
Borda ignore[no-redef]
1fd6e76a
pre-commit-ci[bot] [pre-commit.ci] auto fixes from pre-commit.com hooks
ee190854
Borda Borda merged 577c04d0 into master 346 days ago
GdoongMathew GdoongMathew deleted the feat/dynamo_export_onnx branch 343 days ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone