Skip to content

fixing TensorProxy.__init__(like=a) to accept a.requires_grad #5930

fixing TensorProxy.__init__(like=a) to accept a.requires_grad

fixing TensorProxy.__init__(like=a) to accept a.requires_grad #5930

Workflow file for this run

name: General checks
on:
push:
branches: [main]
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: ${{ ! (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) }}
jobs:
precommit-run:
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@main
with:
python-version: "3.10"
check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@b2359648d26af67d5f97fd8e00c47103c976a485
with:
azure-dir: ".azure"
check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@main
with:
actions-ref: main
import-name: "thunder"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
{
"os": ["ubuntu-latest", "macOS-latest", "windows-latest"],
"python-version": ["3.10", "3.11"]
}