Skip to content

Commit

Permalink
pc
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Jun 13, 2024
1 parent 08a505d commit 4580bf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llmfoundry/data/finetuning/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,8 @@ def state_dict(self, num_samples: int,
num_samples = self.packing_ratio * num_samples

return super().state_dict(
num_samples=num_samples, from_beginning=from_beginning
num_samples=num_samples,
from_beginning=from_beginning,
)


Expand Down

0 comments on commit 4580bf8

Please sign in to comment.