Skip to content

Dependency package upgrade #407

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 14 commits into from
Jul 14, 2025
Merged

Conversation

qcdipankar
Copy link
Contributor

@qcdipankar qcdipankar commented May 15, 2025

Upgrading onnx , onnxruntime ,onnscript and protobuff. Also Updating transformer to 4.52.3

1.onnx==1.18.0
2.onnxruntime==1.22
3.onnxscript==0.2.5
4. protobuff ==6.31.0

@qcdipankar qcdipankar self-assigned this May 15, 2025
@qcdipankar qcdipankar force-pushed the onnx_update_pr branch 6 times, most recently from 7f6c846 to a4bea0b Compare May 27, 2025 06:37
@quic-rishinr quic-rishinr changed the title Upgrading onnx onxrt and onnxscript Dependency package upgrade May 27, 2025
@qcdipankar qcdipankar force-pushed the onnx_update_pr branch 2 times, most recently from 01fbfed to 9db735d Compare May 27, 2025 07:00
qcdipankar and others added 12 commits June 9, 2025 10:45
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
output = MatMul (layer1output, layer2.weight)
layer1.weight_RetainedState = Identity (layer1.weight)
layer2.weight_RetainedState = Identity (layer2.weight)
test_adapter_weights (float[n,32] input, float[32,32] "layer1.weight", float[32,32] "layer2.weight") => (float[n,32] output, float[32,32] "layer1.weight_RetainedState", float[32,32] "layer2.weight_RetainedState") {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why these changes are done?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The code already exists. Changes were made because with the upgrade of onnx and other components the format needs to be changed else it will throw an error.

@quic-rishinr quic-rishinr merged commit a78e983 into quic:main Jul 14, 2025
4 checks passed
quic-dhirajku pushed a commit to quic-dhirajku/efficient-transformers that referenced this pull request Aug 4, 2025
Upgrading onnx , onnxruntime ,onnscript and protobuff. Also Updating
transformer to 4.52.3

1.onnx==1.18.0
2.onnxruntime==1.22
3.onnxscript==0.2.5
4. protobuff ==6.31.0

---------

Signed-off-by: Dipankar Sarkar <[email protected]>
quic-dhirajku pushed a commit to quic-dhirajku/efficient-transformers that referenced this pull request Aug 4, 2025
Upgrading onnx , onnxruntime ,onnscript and protobuff. Also Updating
transformer to 4.52.3

1.onnx==1.18.0
2.onnxruntime==1.22
3.onnxscript==0.2.5
4. protobuff ==6.31.0

---------

Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dhiraj Kumar Sah <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants