Skip to content

Commit 0d89fc4

Browse files
committed
Merge branch 'dnarayanan/fix_import' into 'main'
Add missing import to megatron/training/initialize.py See merge request ADLR/megatron-lm!2226
2 parents 6bafe92 + a30d63b commit 0d89fc4

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)