Introduce LoRA layers and wrappers #136
ci_lint_py.yaml
on: pull_request
Lint Python
/
Lint
2m 25s
Annotations
7 errors
Lint Python / Lint:
tests/unit/nn/test_lora.py#L1
would reformat
|
Lint Python / Lint
Process completed with exit code 1.
|
Lint Python / Lint:
tests/integration/models/test_llama_lora.py#L21
Argument "device" to "create_llama_model" has incompatible type "str"; expected "Optional[device]"
|
Lint Python / Lint:
tests/integration/models/test_llama_lora.py#L32
Incompatible types in assignment (expression has type Module, variable has type "TransformerDecoderModel")
|
Lint Python / Lint:
tests/integration/models/test_llama_lora.py#L40
Incompatible types in assignment (expression has type Module, variable has type "TransformerDecoderModel")
|
Lint Python / Lint:
tests/integration/models/test_llama_lora.py#L47
Incompatible types in assignment (expression has type Module, variable has type "TransformerDecoderModel")
|
Lint Python / Lint
Process completed with exit code 1.
|