Skip to content

Improvements for Papers100m single gpu and single node multi gpu examples (Cugraph, GATConv, better default hyperparams, eval on all ranks) #10627

Improvements for Papers100m single gpu and single node multi gpu examples (Cugraph, GATConv, better default hyperparams, eval on all ranks)

Improvements for Papers100m single gpu and single node multi gpu examples (Cugraph, GATConv, better default hyperparams, eval on all ranks) #10627

Workflow file for this run

name: PR Labeler
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
triage:
if: github.repository == 'pyg-team/pytorch_geometric'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Add PR labels
uses: actions/labeler@v4
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
- name: Add PR author
uses: samspills/[email protected]
if: github.event_name == 'pull_request'
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"