Skip to content

why does S3IterableDataset don't do sharding when worker_num > 0 ? #39

why does S3IterableDataset don't do sharding when worker_num > 0 ?

why does S3IterableDataset don't do sharding when worker_num > 0 ? #39

Workflow file for this run

name: Issue Slack Notifier
on:
issues:
types: [opened, reopened, edited]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send notification to Slack
uses: slackapi/[email protected]
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
webhook-type: incoming-webhook
payload: |
{
"action": "${{ github.event.action }}",
"issue_url": "${{ github.event.issue.html_url }}"
}