Skip to content

Commit

Permalink
Merge pull request #1242 from bghira/main
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
bghira authored Dec 24, 2024
2 parents 10c57bc + c6cdbb0 commit 6900937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/training/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1620,6 +1620,7 @@ def init_trackers(self):
delattr(public_args, "weight_dtype")
delattr(public_args, "base_weight_dtype")
delattr(public_args, "vae_kwargs")
delattr(public_args, "sana_complex_human_instruction")

# Hash the contents of public_args to reflect a deterministic ID for a single set of params:
public_args_hash = hashlib.md5(
Expand Down

0 comments on commit 6900937

Please sign in to comment.