Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update setup_gcsfuse for better perf #1070

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aireenmei
Copy link
Collaborator

@aireenmei aireenmei commented Nov 27, 2024

Description

From recent customer issues, we found that our gcsfuse settings are outdated, resulted in poor perf when the dataset has many shards. Details: b/379952790

Tests

Same large dataset, Grain input pipeline
old script:
STANDALONE DATALOADER : First step completed in 41 seconds, on host 0
STANDALONE DATALOADER : 100 batches loaded in 650 seconds, on host 0

New script:
STANDALONE DATALOADER : First step completed in 9 seconds, on host 0
STANDALONE DATALOADER : 100 batches loaded in 21 seconds, on host 0

Checklist

Before submitting this PR, please make sure (put X in square brackets):

  • I have performed a self-review of my code.
  • I have necessary comments in my code, particularly in hard-to-understand areas.
  • I have run end-to-end tests tests and provided workload links above if applicable.
  • I have made or will make corresponding changes to the doc if needed.

@aireenmei aireenmei marked this pull request as ready for review November 27, 2024 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant