Skip to content

Commit

Permalink
Add missing DEFAULT_TRAIN_BSIZE field
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrowskimarcin committed Jan 13, 2025
1 parent 9028c93 commit f421586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchbenchmark/models/cm3leon_generate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

class Model(BenchmarkModel):
task = NLP.LANGUAGE_MODELING
DEFAULT_TRAIN_BSIZE = 1
DEFAULT_EVAL_BSIZE = 1

def __init__(self, test, device, batch_size=None, extra_args=[]):
Expand Down

0 comments on commit f421586

Please sign in to comment.