Skip to content

Commit c7026b7

Browse files
committed
Apply isort and black reformatting
Signed-off-by: roclark <[email protected]>
1 parent 0d5f9e8 commit c7026b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo/collections/llm/modelopt/speculative/model_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from nemo.collections.llm import GPTModel
1818
from nemo.utils import logging
19-
from nemo.utils.import_utils import safe_import, UnavailableError
19+
from nemo.utils.import_utils import UnavailableError, safe_import
2020
from nemo.utils.model_utils import unwrap_model
2121

2222
mto, HAVE_MODELOPT = safe_import("modelopt.torch.opt")

0 commit comments

Comments
 (0)