Skip to content

Using synthetic dataset_type for more cases#3591

Open
charlesli640 wants to merge 1 commit intoAI-Hypercomputer:mainfrom
CIeNET-International:charlesli/synthetic2
Open

Using synthetic dataset_type for more cases#3591
charlesli640 wants to merge 1 commit intoAI-Hypercomputer:mainfrom
CIeNET-International:charlesli/synthetic2

Conversation

@charlesli640
Copy link
Copy Markdown
Collaborator

Description

Using synthetic dataset_type for more cases to speed up CI workflow

Tests

CI workflow on github

Checklist

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

  • I have performed a self-review of my code. For an optional AI review, add the gemini-review label.
  • 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, including adding new documentation pages to the relevant Table of Contents (toctree directive) as explained in our documentation.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@pytest.mark.tpu_only
def test_tpu_tokamax(self):
train_main(TrainTests.CONFIGS["base"] + ["use_tokamax_splash=true"])
train_main(TrainTests.CONFIGS["synthetic"] + ["use_tokamax_splash=true"])
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does the synthetic config set dataset_path?

Copy link
Copy Markdown
Collaborator Author

@charlesli640 charlesli640 Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dataset_path will be ignored if dataset_type is synthetic. As the data will be actually created in memory instead of loaded from the path. I guess it was set by copy-and-paste. But it does no harm.

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.

2 participants