Skip to content

Support device mapping for Paged Attention #4404

Support device mapping for Paged Attention

Support device mapping for Paged Attention #4404

Triggered via pull request December 31, 2024 08:55
Status Failure
Total duration 3m 41s
Artifacts

ci.yml

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

Annotations

58 errors and 44 warnings
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Check (macOS-latest, stable): mistralrs-core/src/pipeline/vision.rs#L585
not all trait items implemented, missing: `device_mapper`
Check (macOS-latest, stable): mistralrs-core/src/vision_models/idefics2/idefics2_input_processor.rs#L132
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Check (macOS-latest, stable): mistralrs-core/src/vision_models/llava/llava_inputs_processor.rs#L78
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Check (macOS-latest, stable): mistralrs-core/src/vision_models/llava/llava_next_inputs_processor.rs#L85
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Check (macOS-latest, stable): mistralrs-core/src/vision_models/mllama/inputs_processor.rs#L172
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Check (macOS-latest, stable): mistralrs-core/src/vision_models/phi3/phi3_inputs_processor.rs#L72
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Check (macOS-latest, stable): mistralrs-core/src/vision_models/qwen2vl/inputs_processor.rs#L124
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Check (macOS-latest, stable): mistralrs-core/src/vision_models/idefics3/inputs_processor.rs#L103
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Check (macOS-latest, stable): mistralrs-core/src/pipeline/vision.rs#L357
this function takes 8 arguments but 7 arguments were supplied
Check (macOS-latest, stable): mistralrs-core/src/vision_models/idefics2/idefics2_input_processor.rs#L173
this function takes 8 arguments but 7 arguments were supplied
Check (ubuntu-latest, stable)
The job was canceled because "macOS-latest_stable" failed.
Check (ubuntu-latest, stable)
The operation was canceled.
Check (windows-latest, stable)
The job was canceled because "macOS-latest_stable" failed.
Check (windows-latest, stable)
The operation was canceled.
Clippy: mistralrs-core/src/pipeline/vision.rs#L585
not all trait items implemented, missing: `device_mapper`
Clippy: mistralrs-core/src/vision_models/idefics2/idefics2_input_processor.rs#L132
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Clippy: mistralrs-core/src/vision_models/llava/llava_inputs_processor.rs#L78
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Clippy: mistralrs-core/src/vision_models/llava/llava_next_inputs_processor.rs#L85
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Clippy: mistralrs-core/src/vision_models/mllama/inputs_processor.rs#L172
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Clippy: mistralrs-core/src/vision_models/phi3/phi3_inputs_processor.rs#L72
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Clippy: mistralrs-core/src/vision_models/qwen2vl/inputs_processor.rs#L124
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Clippy: mistralrs-core/src/vision_models/idefics3/inputs_processor.rs#L103
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Clippy: mistralrs-core/src/pipeline/vision.rs#L357
this function takes 8 arguments but 7 arguments were supplied
Clippy: mistralrs-core/src/vision_models/idefics2/idefics2_input_processor.rs#L173
this function takes 8 arguments but 7 arguments were supplied
Test Suite (macOS-latest, stable): mistralrs-core/src/pipeline/vision.rs#L585
not all trait items implemented, missing: `device_mapper`
Test Suite (macOS-latest, stable): mistralrs-core/src/vision_models/idefics2/idefics2_input_processor.rs#L132
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (macOS-latest, stable): mistralrs-core/src/vision_models/llava/llava_inputs_processor.rs#L78
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (macOS-latest, stable): mistralrs-core/src/vision_models/llava/llava_next_inputs_processor.rs#L85
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (macOS-latest, stable): mistralrs-core/src/vision_models/mllama/inputs_processor.rs#L172
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (macOS-latest, stable): mistralrs-core/src/vision_models/phi3/phi3_inputs_processor.rs#L72
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (macOS-latest, stable): mistralrs-core/src/vision_models/qwen2vl/inputs_processor.rs#L124
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (macOS-latest, stable): mistralrs-core/src/vision_models/idefics3/inputs_processor.rs#L103
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (macOS-latest, stable): mistralrs-core/src/pipeline/vision.rs#L357
this function takes 8 arguments but 7 arguments were supplied
Test Suite (macOS-latest, stable): mistralrs-core/src/vision_models/idefics2/idefics2_input_processor.rs#L173
this function takes 8 arguments but 7 arguments were supplied
Test Suite (ubuntu-latest, stable)
The job was canceled because "macOS-latest_stable" failed.
Test Suite (ubuntu-latest, stable): mistralrs-core/src/pipeline/vision.rs#L585
not all trait items implemented, missing: `device_mapper`
Test Suite (ubuntu-latest, stable): mistralrs-core/src/vision_models/idefics2/idefics2_input_processor.rs#L132
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (ubuntu-latest, stable): mistralrs-core/src/vision_models/llava/llava_inputs_processor.rs#L78
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (ubuntu-latest, stable): mistralrs-core/src/vision_models/llava/llava_next_inputs_processor.rs#L85
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (ubuntu-latest, stable): mistralrs-core/src/vision_models/mllama/inputs_processor.rs#L172
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (ubuntu-latest, stable): mistralrs-core/src/vision_models/phi3/phi3_inputs_processor.rs#L72
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (ubuntu-latest, stable): mistralrs-core/src/vision_models/qwen2vl/inputs_processor.rs#L124
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (ubuntu-latest, stable): mistralrs-core/src/vision_models/idefics3/inputs_processor.rs#L103
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
Test Suite (ubuntu-latest, stable): mistralrs-core/src/pipeline/vision.rs#L357
this function takes 8 arguments but 7 arguments were supplied
Test Suite (ubuntu-latest, stable): mistralrs-core/src/vision_models/idefics2/idefics2_input_processor.rs#L173
this function takes 8 arguments but 7 arguments were supplied
Test Suite (windows-latest, stable)
The job was canceled because "macOS-latest_stable" failed.
Test Suite (windows-latest, stable)
The operation was canceled.
Docs: mistralrs-core/src/pipeline/vision.rs#L585
not all trait items implemented, missing: `device_mapper`
Docs: mistralrs-core/src/vision_models/idefics2/idefics2_input_processor.rs#L132
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Docs: mistralrs-core/src/vision_models/llava/llava_inputs_processor.rs#L78
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Docs: mistralrs-core/src/vision_models/llava/llava_next_inputs_processor.rs#L85
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Docs: mistralrs-core/src/vision_models/mllama/inputs_processor.rs#L172
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Docs: mistralrs-core/src/vision_models/phi3/phi3_inputs_processor.rs#L72
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Docs: mistralrs-core/src/vision_models/qwen2vl/inputs_processor.rs#L124
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Docs: mistralrs-core/src/vision_models/idefics3/inputs_processor.rs#L103
method `process_inputs` has 12 parameters but the declaration in trait `pipeline::inputs_processor::InputsProcessor::process_inputs` has 13
Docs
could not document `mistralrs-core`
Docs: mistralrs-core/src/vision_models/idefics2/idefics2_input_processor.rs#L132
method `process_inputs` has 12 parameters but the declaration in trait `InputsProcessor::process_inputs` has 13
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)
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)
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 (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/
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/
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 (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/
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/