test: Add tests for save_for_aiu functionality w/ tiny models #261
Annotations
2 errors and 8 warnings
|
lint: ruff
Process completed with exit code 1.
|
|
lint: pylint
Process completed with exit code 20.
|
|
lint: ruff
Failed to restore: Cache service responded with 422
|
|
lint: pylint
Failed to restore: Cache service responded with 422
|
|
lint: pylint:
tests/models/test_save_aiu.py#L89
C0303: Trailing whitespace (trailing-whitespace)
|
|
lint: pylint:
tests/models/test_save_aiu.py#L139
C0305: Trailing newlines (trailing-newlines)
|
|
lint: pylint:
tests/models/conftest.py#L1219
W0621: Redefining name 'config_tiny_bert' from outer scope (line 1208) (redefined-outer-name)
|
|
lint: pylint:
tests/models/conftest.py#L1335
W0621: Redefining name 'config_tiny_llama' from outer scope (line 1324) (redefined-outer-name)
|
|
lint: pylint:
tests/models/conftest.py#L1435
W0621: Redefining name 'config_tiny_granite' from outer scope (line 1424) (redefined-outer-name)
|
|
lint: pylint:
tests/models/test_model_utils.py#L246
C0305: Trailing newlines (trailing-newlines)
|