Commit 8d7f508a authored by Neel Kant's avatar Neel Kant
Browse files

Addressed Jared's comments

parent 03feecbc
......@@ -21,7 +21,8 @@ import math
import numpy as np
import torch
from megatron import get_args, print_rank_0
from megatron import get_args
from megatron import print_rank_0
from megatron import get_tokenizer
from .detokenizer import get_detokenizer
......
......@@ -19,7 +19,8 @@ import math
import torch
from megatron import get_args, print_rank_0
from megatron import get_args
from megatron import print_rank_0
from megatron import get_tokenizer
from megatron import mpu
from megatron.checkpointing import load_checkpoint
......
......@@ -20,7 +20,8 @@ import sys
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),
os.path.pardir)))
from megatron import get_args, print_rank_0
from megatron import get_args
from megatron import print_rank_0
from megatron import get_tokenizer
from megatron.checkpointing import load_checkpoint
from megatron.initialize import initialize_megatron
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment