We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed92279 commit 54960d4Copy full SHA for 54960d4
src/axolotl/utils/samplers/multipack.py
@@ -190,7 +190,7 @@ def __init__(
190
self.len_across_ranks = None
191
192
if self.sequential and not isinstance(sampler, SequentialSampler):
193
- LOG.warn(
+ LOG.warning(
194
"using sequential sample packing with non-sequential sampler, did you want to also enable curriculum_sampling?"
195
)
196
0 commit comments