Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add auto configurator to NeMo (#10270)
* add base configs Signed-off-by: dimapihtar <[email protected]> * add auto configurator functionality Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * add runner Signed-off-by: dimapihtar <[email protected]> * add end-to-end example for auto configurator Signed-off-by: dimapihtar <[email protected]> * add unit tests for auto configurator Signed-off-by: dimapihtar <[email protected]> * add GPT configs Signed-off-by: dimapihtar <[email protected]> * add GPT configs Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * switch to dataclass Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * switch to dataclass Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * fix dataclasses usage Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * remove unused imports Signed-off-by: dimapihtar <[email protected]> * remove extra function Signed-off-by: dimapihtar <[email protected]> * fix docstring style Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * take Config object as input for model Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * add nemotron support Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * remove search_config.py Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * move configs creation to Basic class Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * move to common basic class Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * rename main config Signed-off-by: dimapihtar <[email protected]> * remove base configs for models Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: artbataev <[email protected]> * change auto conf functionality Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * fix docstring Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * remove unused imports Signed-off-by: dimapihtar <[email protected]> * add changes Signed-off-by: dimapihtar <[email protected]> * remove activations_checkpoint_num_layers Signed-off-by: dimapihtar <[email protected]> * remove gbs from config Signed-off-by: dimapihtar <[email protected]> * fix logs Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * fix performance calculation Signed-off-by: dimapihtar <[email protected]> * fix end-to-end example Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * fix model config Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * minor changes Signed-off-by: dimapihtar <[email protected]> * minor changes Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * fix unit tests Signed-off-by: dimapihtar <[email protected]> * Apply isort and black reformatting Signed-off-by: dimapihtar <[email protected]> * add README Signed-off-by: dimapihtar <[email protected]> * fix README Signed-off-by: dimapihtar <[email protected]> * fix README Signed-off-by: dimapihtar <[email protected]> * fix readme Signed-off-by: dimapihtar <[email protected]> * fix readme Signed-off-by: dimapihtar <[email protected]> * remove extra arg Signed-off-by: dimapihtar <[email protected]> * remove unused imports Signed-off-by: dimapihtar <[email protected]> * add nemo-run installation Signed-off-by: dimapihtar <[email protected]> * fix unit tests Signed-off-by: dimapihtar <[email protected]> * fix unit tests Signed-off-by: dimapihtar <[email protected]> --------- Signed-off-by: dimapihtar <[email protected]> Signed-off-by: dimapihtar <[email protected]> Signed-off-by: artbataev <[email protected]> Co-authored-by: dimapihtar <[email protected]> Co-authored-by: artbataev <[email protected]>
- Loading branch information