Skip to content

Commit

Permalink
Merge branch 'adithyare/depricate_warning' of https://github.com/NVID…
Browse files Browse the repository at this point in the history
…IA/NeMo into adithyare/depricate_warning
  • Loading branch information
arendu committed Aug 9, 2023
2 parents 76922f2 + 0a54c2b commit 75f1450
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,7 @@ def main(cfg) -> None:


if __name__ == '__main__':
logging.warning("DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py")
logging.warning(
"DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py"
)
main()
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,7 @@ def placeholder():


if __name__ == '__main__':
logging.warning("DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py followed by megatron_gpt_peft_eval.py")
logging.warning(
"DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py followed by megatron_gpt_peft_eval.py"
)
main()
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,7 @@ def dummy():


if __name__ == '__main__':
logging.warning("DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py followed by megatron_gpt_peft_eval.py")
logging.warning(
"DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py followed by megatron_gpt_peft_eval.py"
)
main() # noqa pylint: disable=no-value-for-parameter
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,7 @@ def main(cfg) -> None:


if __name__ == '__main__':
logging.warning("DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py")
logging.warning(
"DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py"
)
main()
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,7 @@ def dummy():


if __name__ == '__main__':
logging.warning("DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py followed by megatron_gpt_peft_eval.py")
logging.warning(
"DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py followed by megatron_gpt_peft_eval.py"
)
main() # noqa pylint: disable=no-value-for-parameter
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,7 @@ def main(cfg) -> None:


if __name__ == '__main__':
logging.warning("DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py")
logging.warning(
"DEPRECATION WARNING!!! please switch to using examples/nlp/language_modeling/tuning/megatron_gpt_peft_tuning.py"
)
main()

0 comments on commit 75f1450

Please sign in to comment.