-
Notifications
You must be signed in to change notification settings - Fork 51
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
Conversation
a03ddc2
to
1bd8954
Compare
7f6c846
to
a4bea0b
Compare
01fbfed
to
9db735d
Compare
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]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
Signed-off-by: Dipankar Sarkar <[email protected]>
69529ef
to
d067a6c
Compare
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") { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
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]>
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]>
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