Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Conversation

gianlucadetommaso
Copy link
Contributor

To scale to very large model, we need to enable model parallelization and FSDP in Fortuna. We can do so by exploiting JAX sharding functionalities. In this PR, we plan to make training and fine-tuning methods in Fortuna working with shardings. The user will determine how many GPUs to allocate for each type of parallelization (data, FSD and model parallelization) and some simple model partitioning rules. Fortuna will do the rest.

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

@gianlucadetommaso gianlucadetommaso marked this pull request as draft July 2, 2023 21:34
- create partition manager object
- make MAP compatible
- migrate to Orbax checkpointing
- refactor predictive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant