Skip to content

remove model.to(device) #16

remove model.to(device)

remove model.to(device) #16

Workflow file for this run

# .github/workflows/type-lint.yml
name: mypy
on: push
jobs:
type-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup python 3.11
uses: actions/setup-python@v4
with:
cache: 'pip'
python-version: "3.11"
- name: Install tox-gh
run: pip install tox-gh
- name: Run mypy
run: tox run -e type