Skip to content

feature(models): Add unet_2d_blocks #109

feature(models): Add unet_2d_blocks

feature(models): Add unet_2d_blocks #109

Triggered via pull request December 5, 2023 09:11
Status Success
Total duration 18m 29s
Artifacts

validate.yml

on: pull_request
rustfmt-check
5s
rustfmt-check
Matrix: check-no-std
Matrix: check-std
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
rustfmt-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-std (ubuntu-latest, stable, torch)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-std (macos-13, stable, torch)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-std (ubuntu-latest, stable, ndarray)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-std (ubuntu-latest, stable, ndarray): src/models/attention.rs#L353
method `forward` is never used
check-std (ubuntu-latest, stable, ndarray): src/models/embeddings.rs#L38
method `forward` is never used
check-std (ubuntu-latest, stable, ndarray): src/models/unet_2d_blocks.rs#L56
associated items `pad_tensor` and `forward` are never used
check-std (ubuntu-latest, stable, ndarray): src/transformers/clip.rs#L219
method `forward` is never used
check-std (ubuntu-latest, stable, ndarray): src/transformers/clip.rs#L238
methods `shape` and `forward` are never used
check-no-std (stable, thumbv7m-none-eabi, ndarray)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-std (windows-latest, stable, torch)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-std (windows-latest, stable, torch)
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-no-std (stable, wasm32-unknown-unknown, ndarray)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-std (windows-latest, stable, ndarray)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-std (windows-latest, stable, ndarray)
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-std (macos-13, stable, ndarray)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/