Skip to content

Importing DistributedSamplerWrapper will invalidate the setting CUDA_VISIBLE_DEVICE. #1263

Importing DistributedSamplerWrapper will invalidate the setting CUDA_VISIBLE_DEVICE.

Importing DistributedSamplerWrapper will invalidate the setting CUDA_VISIBLE_DEVICE. #1263

Workflow file for this run

# https://github.com/marketplace/actions/first-interaction
name: Greetings
on: [issues] # pull_request
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hi! Thank you for your contribution! Please re-check all issue template checklists - unfilled issues would be closed automatically. And do not forget to [join our slack](https://join.slack.com/t/catalyst-team-core/shared_invite/zt-d9miirnn-z86oKDzFMKlMG4fgFdZafw) for collaboration.'
pr-message: 'Hey thanks for the pull request! Please re-check all PR template checklists - unfilled PRs would be closed automatically. And do not forget to [join our slack](https://join.slack.com/t/catalyst-team-core/shared_invite/zt-d9miirnn-z86oKDzFMKlMG4fgFdZafw) for collaboration.'