Skip to content

Commit

Permalink
change config file for the unitest
Browse files Browse the repository at this point in the history
  • Loading branch information
michalozeryflato committed Jun 9, 2024
1 parent 66ac82e commit 3fa9fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusedrug/data/tokenizer/ops/test_modular_tokenizer_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_main(self) -> None:
get_modular_tokenizer_config_dirpath(), Path(__file__).parent
)
with hydra.initialize(version_base=None, config_path=config_path):
cfg = hydra.compose(config_name="tokenizer_config_personal")
cfg = hydra.compose(config_name="tokenizer_config")

main(cfg)

Expand Down

0 comments on commit 3fa9fe0

Please sign in to comment.