Skip to content

Commit

Permalink
fixed hash in init
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoran Zhang committed Jan 23, 2025
1 parent 2b9f55a commit 14ca1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/zhang/experiments/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Having this here triggers this package to be used by our code as the unhashed_package_root,
# also to define this as the root for experiment prefixes,
# and the specific value is added to the hash of corresponding experiments.
__setup_base_name__ = "zhang-ctc-lm-ppl"
__setup_base_name__ = "zeyer-2024-04-23-baselines"

0 comments on commit 14ca1da

Please sign in to comment.