Skip to content

Commit

Permalink
revert file
Browse files Browse the repository at this point in the history
  • Loading branch information
milocress committed Apr 18, 2024
1 parent da962d3 commit f838b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
def _build_model(config: DictConfig, tokenizer: PreTrainedTokenizerBase):
model = build_composer_model(
name=config.name,
tokenizer=tokenizer,
cfg=config,
tokenizer=tokenizer,
)
return model

Expand Down

0 comments on commit f838b74

Please sign in to comment.