Skip to content

Replace deprecated torch APIs with modern torch.linalg equivalents #118

Replace deprecated torch APIs with modern torch.linalg equivalents

Replace deprecated torch APIs with modern torch.linalg equivalents #118

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Pull Request CI
on:
pull_request:
branches: [ main ]
jobs:
run_linter:
uses: ./.github/workflows/run_linter.yml
run_test_suite:
uses: ./.github/workflows/run_test_suite.yml