Skip to content

Commit

Permalink
Update learned_round_optimizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 authored Dec 5, 2024
1 parent d369baa commit 0f0dd43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,6 @@ def skip_full_execution(self, block, next_block, block_forward, cache):
# The second is a quantized one to create the quantized input of the next blocks

# We use the cache output to generate a new temporary dataloder for the next block
# and to update our floating_point_dataset
tmp_data_loader = []
for i in range(len(cache)):
(args, kwargs), output = cache.sample_batch([i])
Expand Down

0 comments on commit 0f0dd43

Please sign in to comment.