Skip to content

Commit 54960d4

Browse files
Fix logging deprecation warnings (axolotl-ai-cloud#2623)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent ed92279 commit 54960d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axolotl/utils/samplers/multipack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def __init__(
190190
self.len_across_ranks = None
191191

192192
if self.sequential and not isinstance(sampler, SequentialSampler):
193-
LOG.warn(
193+
LOG.warning(
194194
"using sequential sample packing with non-sequential sampler, did you want to also enable curriculum_sampling?"
195195
)
196196

0 commit comments

Comments
 (0)