Skip to content

Add rich HTML formatter for PyTorch nn.Module #8346

Add rich HTML formatter for PyTorch nn.Module

Add rich HTML formatter for PyTorch nn.Module #8346

Workflow file for this run

name: 🏷️ Pull Request Labeler
# Auto-label pull requests based on config in .github/labeler.yml
on:
pull_request_target:
types: [labeled, unlabeled, opened, reopened, edited, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
auto-label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}