Skip to content

Yy/qwen36 upgrade #2966

Yy/qwen36 upgrade

Yy/qwen36 upgrade #2966

Triggered via pull request May 22, 2026 15:29
Status Failure
Total duration 6m 8s
Artifacts

ci_lint_py.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 1 warning
Lint Python / Lint: tests/unit/models/qwen/test_qwen36_interop.py#L36
Argument 1 to "convert_state_dict" has incompatible type "dict[str, Tensor]"; expected "dict[str, object]"
Lint Python / Lint: tests/unit/models/qwen/test_qwen36_interop.py#L31
Argument 1 to "convert_state_dict" has incompatible type "dict[str, Tensor]"; expected "dict[str, object]"
Lint Python / Lint: src/fairseq2/models/qwen/qwen36_factory.py#L118
"object" has no attribute "layers"
Lint Python / Lint: src/fairseq2/models/qwen/qwen36_model.py#L194
Incompatible types in assignment (expression has type "int | float", variable has type "int")
Lint Python / Lint: src/fairseq2/models/qwen/mrope.py#L33
Cannot inherit from final class "ReferenceRotaryEncoder"
Lint Python / Lint: src/fairseq2/models/qwen/vision_encoder.py#L318
Returning Any from function declared to return "Tensor"
Lint Python / Lint: src/fairseq2/models/qwen/vision_encoder.py#L250
Returning Any from function declared to return "Tensor"
Lint Python / Lint: src/fairseq2/models/qwen/vision_encoder.py#L163
Returning Any from function declared to return "Tensor"
Lint Python / Lint: src/fairseq2/models/qwen/vision_encoder.py#L105
Returning Any from function declared to return "Tensor"
Lint Python / Lint: src/fairseq2/models/qwen/vision_encoder.py#L91
Returning Any from function declared to return "Tensor"
Lint Python / Lint
Process completed with exit code 1.
Lint Python / Lint: src/fairseq2/models/qwen/qwen36_factory.py#L28
'fairseq2.nn.Projection' imported but unused
Lint Python / Lint: src/fairseq2/models/qwen/qwen36_factory.py#L28
'fairseq2.nn.Embedding' imported but unused
Lint Python / Lint: src/fairseq2/models/qwen/qwen36_factory.py#L15
'fairseq2.models.qwen.config.Qwen36VisionConfig' imported but unused
Lint Python / Lint
Process completed with exit code 1.
Lint Python / Lint
Process completed with exit code 1.
Lint Python / Lint: tests/integration/models/test_qwen35.py#L0
Imports are incorrectly sorted and/or formatted.
Lint Python / Lint: src/fairseq2/models/qwen/__init__.py#L0
Imports are incorrectly sorted and/or formatted.
Lint Python / Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/