Update _utils.py
This commit is contained in:
parent
48161a2342
commit
52b24512de
1 changed files with 1 additions and 1 deletions
|
|
@ -1021,7 +1021,7 @@ def _unsloth_get_batch_samples(self, epoch_iterator, num_batches):
|
|||
if torch.is_tensor(num_items_in_batch):
|
||||
num_items_in_batch = num_items_in_batch.item()
|
||||
|
||||
print("NUM_ITMES = ", num_items_in_batch, type(batch_samples))
|
||||
print("NUM_ITMES = ", num_items_in_batch, type(batch_samples), self.model)
|
||||
|
||||
return batch_samples, num_items_in_batch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue