Skip to content

Commit

Permalink
update: model configs
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Sep 4, 2024
1 parent 46b1f92 commit d6a4e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hemm/eval_pipelines/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def __init__(
configs=configs,
pipeline_configs=pipeline_configs,
)
self.configs["torch_dtype"] = str(self._torch_dtype)
pipeline_init_kwargs = {
"pretrained_model_name_or_path": self.diffusion_model_name_or_path,
"torch_dtype": self._torch_dtype,
Expand Down

0 comments on commit d6a4e27

Please sign in to comment.