Skip to content

Introduce LoRA layers and wrappers #136

Introduce LoRA layers and wrappers

Introduce LoRA layers and wrappers #136

Triggered via pull request October 5, 2023 21:05
Status Failure
Total duration 2m 36s
Artifacts

ci_lint_py.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.