Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci

Signed-off-by: NeMo-Aligner CI <[email protected]>
  • Loading branch information
pre-commit-ci[bot] committed Jan 14, 2025
1 parent 2d58504 commit 6cdb99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
from nemo.collections.nlp.models.language_modeling.megatron_gpt_model import MegatronGPTModel
from nemo.collections.nlp.parts.nlp_overrides import NLPDDPStrategy
from nemo_aligner.models.nlp.gpt.megatron_gpt_ppo_actor import MegatronGPTActorModel
from nemo_aligner.utils.train_script_utils import init_distributed, resolve_and_create_trainer
from nemo_aligner.testing.utils import Utils
from nemo_aligner.utils.train_script_utils import init_distributed, resolve_and_create_trainer

dir_path = os.path.dirname(os.path.abspath(__file__))
# TODO: This file exists because in cases where TRTLLM MPI communicators are involved,
Expand Down

0 comments on commit 6cdb99d

Please sign in to comment.