Skip to content

Commit

Permalink
add seed to modal_sha
Browse files Browse the repository at this point in the history
  • Loading branch information
guipenedo committed Jul 8, 2024
1 parent e9553ce commit 311d68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lighteval/models/model_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ def load_model_with_accelerate_or_default(


def load_dummy_model(config: DummyModelConfig, env_config: EnvConfig):
return DummyModel(config=config, env_config=env_config), ModelInfo(model_name="dummy")
return DummyModel(config=config, env_config=env_config), ModelInfo(model_name="dummy", model_sha=str(config.seed))

0 comments on commit 311d68b

Please sign in to comment.