Skip to content

Implement DeepSeekV2 #4374

Implement DeepSeekV2

Implement DeepSeekV2 #4374

Triggered via pull request December 27, 2024 21:14
Status Failure
Total duration 9m 17s
Artifacts

ci.yml

on: pull_request
Matrix: Check
Matrix: Test Suite
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 116 warnings
Clippy: mistralrs-core/src/models/deepseek2.rs#L8
unused import: `attention::SdpaParams`
Clippy: mistralrs-core/src/models/deepseek2.rs#L312
unused variable: `attn`
Clippy: mistralrs-core/src/models/deepseek2.rs#L313
unused variable: `input_layernorm`
Clippy: mistralrs-core/src/models/deepseek2.rs#L315
unused variable: `post_attention_layernorm`
Clippy: mistralrs-core/src/models/deepseek2.rs#L337
unused variable: `attention_mechanism`
Clippy: mistralrs-core/src/models/deepseek2.rs#L44
multiple fields are never read
Clippy: mistralrs-core/src/models/deepseek2.rs#L82
enum `QProj` is never used
Clippy: mistralrs-core/src/models/deepseek2.rs#L88
method `forward` is never used
Clippy: mistralrs-core/src/models/deepseek2.rs#L96
struct `Attention` is never constructed
Clippy: mistralrs-core/src/models/deepseek2.rs#L109
associated items `new` and `forward` are never used
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Typos
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Typos
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Typos
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Typos
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Typos
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (ubuntu-latest, stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L8
unused import: `attention::SdpaParams`
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L313
unused variable: `input_layernorm`
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L315
unused variable: `post_attention_layernorm`
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L337
unused variable: `attention_mechanism`
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L44
multiple fields are never read
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L88
method `forward` is never used
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L96
struct `Attention` is never constructed
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L109
associated items `new` and `forward` are never used
Clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L8
unused import: `attention::SdpaParams`
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L313
unused variable: `input_layernorm`
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L315
unused variable: `post_attention_layernorm`
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L337
unused variable: `attention_mechanism`
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L44
multiple fields are never read
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L88
method `forward` is never used
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L96
struct `Attention` is never constructed
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L109
associated items `new` and `forward` are never used
Check (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Docs: mistralrs-core/src/models/deepseek2.rs#L8
unused import: `attention::SdpaParams`
Docs: mistralrs-core/src/models/deepseek2.rs#L312
unused variable: `attn`
Docs: mistralrs-core/src/models/deepseek2.rs#L313
unused variable: `input_layernorm`
Docs: mistralrs-core/src/models/deepseek2.rs#L315
unused variable: `post_attention_layernorm`
Docs: mistralrs-core/src/models/deepseek2.rs#L337
unused variable: `attention_mechanism`
Docs: mistralrs-core/src/models/deepseek2.rs#L44
multiple fields are never read
Docs: mistralrs-core/src/models/deepseek2.rs#L82
enum `QProj` is never used
Docs: mistralrs-core/src/models/deepseek2.rs#L88
method `forward` is never used
Docs: mistralrs-core/src/models/deepseek2.rs#L96
struct `Attention` is never constructed
Docs: mistralrs-core/src/models/deepseek2.rs#L109
associated items `new` and `forward` are never used
Test Suite (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L8
unused import: `attention::SdpaParams`
Test Suite (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L313
unused variable: `input_layernorm`
Test Suite (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L315
unused variable: `post_attention_layernorm`
Test Suite (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L337
unused variable: `attention_mechanism`
Test Suite (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L96
struct `Attention` is never constructed
Test Suite (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L109
associated items `new` and `forward` are never used
Test Suite (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L8
unused import: `attention::SdpaParams`
Check (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L313
unused variable: `input_layernorm`
Check (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L315
unused variable: `post_attention_layernorm`
Check (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L337
unused variable: `attention_mechanism`
Check (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L44
multiple fields are never read
Check (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L88
method `forward` is never used
Check (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L96
struct `Attention` is never constructed
Check (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L109
associated items `new` and `forward` are never used
Check (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Suite (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L8
unused import: `attention::SdpaParams`
Test Suite (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L313
unused variable: `input_layernorm`
Test Suite (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L315
unused variable: `post_attention_layernorm`
Test Suite (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L337
unused variable: `attention_mechanism`
Test Suite (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L96
struct `Attention` is never constructed
Test Suite (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L109
associated items `new` and `forward` are never used
Test Suite (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L8
unused import: `attention::SdpaParams`
Test Suite (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L313
unused variable: `input_layernorm`
Test Suite (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L315
unused variable: `post_attention_layernorm`
Test Suite (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L337
unused variable: `attention_mechanism`
Test Suite (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L96
struct `Attention` is never constructed
Test Suite (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L109
associated items `new` and `forward` are never used