Skip to content
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

deprecation warning #7193

Merged
merged 9 commits into from
Aug 14, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +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"
)
main()
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +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"
)
main()
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +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"
)
main() # noqa pylint: disable=no-value-for-parameter
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +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"
)
main()
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,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"
)
main() # noqa pylint: disable=no-value-for-parameter
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +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"
)
main()