Skip to content

Implement DeepSeekV2 #4432

Implement DeepSeekV2

Implement DeepSeekV2 #4432

Triggered via pull request January 2, 2025 00:59
Status Failure
Total duration 4m 17s
Artifacts

ci.yml

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

Annotations

16 errors and 105 warnings
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Clippy: mistralrs-core/src/lib.rs#L11
unused import: `std::time::Instant`
Clippy: mistralrs-core/src/lib.rs#L25
unused import: `tracing::info`
Clippy: mistralrs-core/src/lib.rs#L26
unused import: `tracing::warn`
Clippy: mistralrs-core/src/models/deepseek2.rs#L292
unreachable expression
Clippy: mistralrs-core/src/models/deepseek2.rs#L429
unreachable statement
Clippy: mistralrs-core/src/models/deepseek2.rs#L423
unused variable: `sorted_tokens`
Clippy: mistralrs-core/src/models/deepseek2.rs#L425
unused variable: `outputs`
Clippy: mistralrs-core/src/models/deepseek2.rs#L426
unused variable: `start_idx`
Clippy: mistralrs-core/src/models/deepseek2.rs#L412
unused variable: `topk_weight`
Clippy: mistralrs-core/src/models/deepseek2.rs#L425
variable does not need to be mutable
Test Suite (macOS-latest, stable)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Test Suite (windows-latest, stable)
The job was canceled because "macOS-latest_stable" failed.
Test Suite (windows-latest, stable)
The operation was canceled.
Test Suite (ubuntu-latest, stable)
The job was canceled because "macOS-latest_stable" failed.
Test Suite (ubuntu-latest, stable)
The operation was canceled.
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 (macOS-latest, stable): mistralrs-core/src/lib.rs#L11
unused import: `std::time::Instant`
Check (macOS-latest, stable): mistralrs-core/src/lib.rs#L25
unused import: `tracing::info`
Check (macOS-latest, stable): mistralrs-core/src/lib.rs#L26
unused import: `tracing::warn`
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L423
unused variable: `sorted_tokens`
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L412
unused variable: `topk_weight`
Check (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L425
variable does not need to be mutable
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/
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/lib.rs#L11
unused import: `std::time::Instant`
Check (ubuntu-latest, stable): mistralrs-core/src/lib.rs#L25
unused import: `tracing::info`
Check (ubuntu-latest, stable): mistralrs-core/src/lib.rs#L26
unused import: `tracing::warn`
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L423
unused variable: `sorted_tokens`
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L412
unused variable: `topk_weight`
Check (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L425
variable does not need to be mutable
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/
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/lib.rs#L11
unused import: `std::time::Instant`
Docs: mistralrs-core/src/lib.rs#L25
unused import: `tracing::info`
Docs: mistralrs-core/src/lib.rs#L26
unused import: `tracing::warn`
Docs: mistralrs-core/src/models/deepseek2.rs#L292
unreachable expression
Docs: mistralrs-core/src/models/deepseek2.rs#L429
unreachable statement
Docs: mistralrs-core/src/models/deepseek2.rs#L423
unused variable: `sorted_tokens`
Docs: mistralrs-core/src/models/deepseek2.rs#L425
unused variable: `outputs`
Docs: mistralrs-core/src/models/deepseek2.rs#L426
unused variable: `start_idx`
Docs: mistralrs-core/src/models/deepseek2.rs#L412
unused variable: `topk_weight`
Docs: mistralrs-core/src/models/deepseek2.rs#L425
variable does not need to be mutable
Test Suite (macOS-latest, stable): mistralrs-core/src/lib.rs#L11
unused import: `std::time::Instant`
Test Suite (macOS-latest, stable): mistralrs-core/src/lib.rs#L25
unused import: `tracing::info`
Test Suite (macOS-latest, stable): mistralrs-core/src/lib.rs#L26
unused import: `tracing::warn`
Test Suite (macOS-latest, stable): mistralrs-core/src/models/deepseek2.rs#L425
variable does not need to be mutable
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/
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 (ubuntu-latest, stable): mistralrs-core/src/lib.rs#L11
unused import: `std::time::Instant`
Test Suite (ubuntu-latest, stable): mistralrs-core/src/lib.rs#L25
unused import: `tracing::info`
Test Suite (ubuntu-latest, stable): mistralrs-core/src/lib.rs#L26
unused import: `tracing::warn`
Test Suite (ubuntu-latest, stable): mistralrs-core/src/models/deepseek2.rs#L425
variable does not need to be mutable
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/
Check (windows-latest, stable): mistralrs-core/src/lib.rs#L11
unused import: `std::time::Instant`
Check (windows-latest, stable): mistralrs-core/src/lib.rs#L25
unused import: `tracing::info`
Check (windows-latest, stable): mistralrs-core/src/lib.rs#L26
unused import: `tracing::warn`
Check (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L423
unused variable: `sorted_tokens`
Check (windows-latest, stable): mistralrs-core/src/models/deepseek2.rs#L425
variable does not need to be mutable
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/