Skip to content

fix: cast tensors to float in dict_to_device #19

fix: cast tensors to float in dict_to_device

fix: cast tensors to float in dict_to_device #19

Workflow file for this run

name: Ruff
on: [pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: "check --output-format=github"
- uses: astral-sh/ruff-action@v3
with:
args: "format --check"