Skip to content

Add test case to export, quantize and lower vision encoder model for ET #27410

Add test case to export, quantize and lower vision encoder model for ET

Add test case to export, quantize and lower vision encoder model for ET #27410

Triggered via pull request January 6, 2025 22:35
Status Failure
Total duration 9m 38s
Artifacts

lint.yml

on: pull_request
lintrunner  /  linux-job
9m 26s
lintrunner / linux-job
android-java-format  /  linux-job
4m 17s
android-java-format / linux-job
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
lintrunner / linux-job
Process completed with exit code 1.
FLAKE8 F401: pytorch/executorch/extension/llm/modules/attention.py#L433
'executorch.extension.llm.custom_ops.custom_ops' imported but unused See https://www.flake8rules.com/rules/F401.html.
UFMT format: pytorch/executorch/extension/llm/modules/attention.py#L1
Run `lintrunner -a` to apply this patch.
FLAKE8 F401: pytorch/executorch/examples/models/llama/source_transformation/sdpa.py#L117
'executorch.extension.llm.custom_ops.custom_ops' imported but unused See https://www.flake8rules.com/rules/F401.html.
FLAKE8 F401: pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py#L19
'executorch.exir.to_edge' imported but unused See https://www.flake8rules.com/rules/F401.html.
FLAKE8 F401: pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py#L20
'torch._inductor.package.package_aoti' imported but unused See https://www.flake8rules.com/rules/F401.html.
FLAKE8 F841: pytorch/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py#L47
local variable 'tmpdir' is assigned to but never used See https://www.flake8rules.com/rules/F841.html.