-
Notifications
You must be signed in to change notification settings - Fork 796
Arm backend: Update vgf model tests #16199
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
Arm backend: Update vgf model tests #16199
Conversation
Updates VgfTestPipeline to also take an optional argument quantize which defaults to True. Signed-off-by: Oscar Andersson <oscar.andersson@arm.com> Change-Id: Ib4e2cce03e9b4baee46aeef2e0a0b20c860e5f5b
Updates vgf tests in models/ to use the quantize flag instead of passing a tosa_version to VgfTestPipeline. Also rename the tests from vgf_INT/FP to vgf_quant and vgf_no_quant. Signed-off-by: Oscar Andersson <oscar.andersson@arm.com> Change-Id: Ic5001cbaa357a10312d76cb7d76a5ae2be628f40
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16199
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 4 Unrelated FailuresAs of commit fefe041 with merge base 2bc465a ( NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
zingo
left a comment
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.
Approved, just make sure CI is green
### Summary Updates VgfTestPipeline to also take an optional argument quantize which defaults to True. Also updates vgf tests in models/ to use the quantize flag instead of passing a tosa_version to VgfTestPipeline. Also rename the tests from vgf_INT/FP to vgf_quant and vgf_no_quant. Signed-off-by: Oscar Andersson <oscar.andersson@arm.com>
### Summary Updates VgfTestPipeline to also take an optional argument quantize which defaults to True. Also updates vgf tests in models/ to use the quantize flag instead of passing a tosa_version to VgfTestPipeline. Also rename the tests from vgf_INT/FP to vgf_quant and vgf_no_quant. Signed-off-by: Oscar Andersson <oscar.andersson@arm.com>
Summary
Updates VgfTestPipeline to also take an optional argument quantize which
defaults to True. Also updates vgf tests in models/ to use the quantize flag
instead of passing a tosa_version to VgfTestPipeline. Also rename the tests
from vgf_INT/FP to vgf_quant and vgf_no_quant.
cc @freddan80 @per @zingo @digantdesai