Update _utils.py
This commit is contained in:
parent
9837ec964d
commit
59ffd06268
1 changed files with 1 additions and 1 deletions
|
|
@ -1025,9 +1025,9 @@ def _unsloth_get_batch_samples(self, epoch_iterator, num_batches):
|
|||
num_items_in_batch = num_items_in_batch.item()
|
||||
except Exception as exception:
|
||||
logger.warning_once(exception)
|
||||
pass
|
||||
pass
|
||||
|
||||
print(batch_samples, num_items_in_batch)
|
||||
return batch_samples, num_items_in_batch
|
||||
|
||||
# def _unsloth_get_batch_samples(self, epoch_iterator, num_batches):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue