Skip to content

Commit

Permalink
Remove unused class
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com>
  • Loading branch information
akoumpa committed Aug 13, 2024
1 parent 76fae50 commit 88126e3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nemo/lightning/pytorch/plugins/precision.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,6 @@ def make_default_dtype_config_from_precision(precision: str):
), f"Error: Expected precision to be FP32, BF16 or FP16, {precision}"
return config


class McoreConfigsFromPlugin:
def generate_ddp_config(self):
return {}
def generate_optim_config(self):
return {}
def generate_model_config(self):
return {}

class MegatronCustomPrecision(MixedPrecision, McoreConfigsFromPlugin):
def __init__(
self,
Expand Down

0 comments on commit 88126e3

Please sign in to comment.