Skip to content

Commit a30d63b

Browse files
committed
ADLR/megatron-lm!2226 - Add missing import to megatron/training/initialize.py
1 parent 4876ee1 commit a30d63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

megatron/training/initialize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import random
66
import os
77
import time
8+
import warnings
89

910
import numpy as np
1011
import torch

0 commit comments

Comments
 (0)