Add the Qwen2-VL model #4038
Annotations
10 errors and 6 warnings
Run actions-rs/cargo@v1:
mistralrs-core/src/vision_models/qwen2vl/mod.rs#L133
struct `Qwen2VLVisionSpecificArgs` is never constructed
|
Run actions-rs/cargo@v1:
mistralrs-core/src/vision_models/qwen2vl/config.rs#L39
field `max_window_layers` is never read
|
Run actions-rs/cargo@v1:
mistralrs-core/src/ops.rs#L588
casting `usize` to `u32` may truncate the value on targets with 64-bit wide pointers
|
Run actions-rs/cargo@v1:
mistralrs-core/src/ops.rs#L608
casting `usize` to `u32` may truncate the value on targets with 64-bit wide pointers
|
Run actions-rs/cargo@v1:
mistralrs-core/src/vision_models/qwen2vl/text.rs#L92
casting `usize` to `f32` causes a loss of precision (`usize` is 32 or 64 bits wide, but `f32`'s mantissa is only 23 bits wide)
|
Run actions-rs/cargo@v1:
mistralrs-core/src/vision_models/qwen2vl/text.rs#L110
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/cargo@v1:
mistralrs-core/src/vision_models/qwen2vl/text.rs#L111
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/cargo@v1:
mistralrs-core/src/vision_models/qwen2vl/text.rs#L112
this expression creates a reference which is immediately dereferenced by the compiler
|
Run actions-rs/cargo@v1:
mistralrs-core/src/vision_models/qwen2vl/text.rs#L263
casting `f64` to `f32` may truncate the value
|
Run actions-rs/cargo@v1:
mistralrs-core/src/vision_models/qwen2vl/text.rs#L287
casting `f64` to `f32` may truncate the value
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Loading