[WIP] Export Mimi model to ExecuTorch #31110
lint.yml
on: pull_request
lintrunner
/
linux-job
9m 5s
android-java-format
/
linux-job
4m 13s
Annotations
1 error and 10 warnings
lintrunner / linux-job
Process completed with exit code 1.
|
FLAKE8 F401:
pytorch/executorch/examples/models/moshi/mimi/mimi_test.py#L11
'sphn' imported but unused
See https://www.flake8rules.com/rules/F401.html.
|
FLAKE8 F401:
pytorch/executorch/examples/models/moshi/mimi/mimi_test.py#L19
'executorch.examples.models.llama.llama_transformer.Transformer' imported but unused
See https://www.flake8rules.com/rules/F401.html.
|
FLAKE8 F401:
pytorch/executorch/examples/models/moshi/mimi/mimi_test.py#L21
'executorch.examples.models.llama.model_args.ModelArgs' imported but unused
See https://www.flake8rules.com/rules/F401.html.
|
FLAKE8 F401:
pytorch/executorch/examples/models/moshi/mimi/mimi_test.py#L23
'torch.export.export' imported but unused
See https://www.flake8rules.com/rules/F401.html.
|
FLAKE8 F401:
pytorch/executorch/examples/models/moshi/mimi/mimi_test.py#L23
'torch.export.export_for_training' imported but unused
See https://www.flake8rules.com/rules/F401.html.
|
FLAKE8 F401:
pytorch/executorch/examples/models/moshi/mimi/mimi_test.py#L25
'executorch.exir.EdgeCompileConfig' imported but unused
See https://www.flake8rules.com/rules/F401.html.
|
FLAKE8 F401:
pytorch/executorch/examples/models/moshi/mimi/mimi_test.py#L25
'executorch.exir.ExecutorchBackendConfig' imported but unused
See https://www.flake8rules.com/rules/F401.html.
|
FLAKE8 F841:
pytorch/executorch/examples/models/moshi/mimi/mimi_test.py#L65
local variable 'sample_rate' is assigned to but never used
See https://www.flake8rules.com/rules/F841.html.
|
FLAKE8 F841:
pytorch/executorch/examples/models/moshi/mimi/mimi_test.py#L104
local variable 'all_pcms' is assigned to but never used
See https://www.flake8rules.com/rules/F841.html.
|
FLAKE8 F841:
pytorch/executorch/examples/models/moshi/mimi/mimi_test.py#L114
local variable 'pcm_ref' is assigned to but never used
See https://www.flake8rules.com/rules/F841.html.
|