diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index b98c3245974..aa452619170 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -1,10 +1,7 @@ name: Triage on: - # For testing purposes only - # https://github.com/actions/labeler?tab=readme-ov-file#updating-major-version-of-the-labeler - pull_request -# pull_request_target: + pull_request_target: # types: [opened] # issues: # types: [opened] diff --git a/examples/cifar10/README.md b/examples/cifar10/README.md index dcc8a0af233..482d7489433 100644 --- a/examples/cifar10/README.md +++ b/examples/cifar10/README.md @@ -33,7 +33,7 @@ Run the example on a single GPU: python main.py run ``` -For details on accepted arguments: +For more details on accepted arguments: ```bash python main.py run -- --help