coreml attention tests #26051
Annotations
1 error and 3 warnings
Run script in container
Process completed with exit code 1.
|
Run script in container:
pytorch/executorch/coreml_attention.py#L1
'typing.Tuple' imported but unused
See https://www.flake8rules.com/rules/F401.html.
|
Run script in container:
pytorch/executorch/coreml_attention.py#L177
Unnecessary list comprehension - rewrite using list().
See https://pypi.org/project/flake8-comprehensions/#rules.
|
Run script in container:
pytorch/executorch/coreml_attention.py#L251
Do not call assert False since python -O removes these calls. Instead callers should raise AssertionError().
See https://github.com/PyCQA/flake8-bugbear#list-of-warnings.
|
Loading