Skip to content

This CL introduces an end-to-end Flax implementation of the DLRM-HSTU model, along with individual unit tests for the various components. #64

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

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

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jul 31, 2025

This CL introduces an end-to-end Flax implementation of the DLRM-HSTU model, along with individual unit tests for the various components.

  • Converted all necessary PyTorch modules to Flax/Linen
  • Full training loop test for end to end model
  • Added unit tests for individual components (e.g. ActionEncoder, ContentEncoder, STU modules)
  • Ensured model runs correctly on TPUs.
  • Verified shape-correctness of all modules and parameters.

Reverts changelist 793734230

@copybara-service copybara-service bot force-pushed the test_789375174 branch 4 times, most recently from 237f38f to 19b260b Compare August 22, 2025 00:01
… model, along with individual unit tests for the various components.

- Converted all necessary PyTorch modules to Flax/Linen
- Full training loop test for end to end model
- Added unit tests for individual components (e.g. `ActionEncoder`, `ContentEncoder`, `STU` modules)
- Ensured model runs correctly on TPUs.
- Verified shape-correctness of all modules and parameters.

Reverts changelist 793734230

PiperOrigin-RevId: 789375174
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