Skip to content

Commit

Permalink
fix typo of output directory (microsoft#828)
Browse files Browse the repository at this point in the history
Co-authored-by: Chi Wang <[email protected]>
  • Loading branch information
thinkall and sonichi authored Dec 1, 2022
1 parent 6e6db73 commit 8397ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nlp/test_autohf_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_regression():
automl_settings["task"] = "seq-regression"
automl_settings["metric"] = "pearsonr"
automl_settings["starting_points"] = {"transformer": {"num_train_epochs": 1}}
automl_settings["use_ray"] = {"local_dir": "data/outut/"}
automl_settings["use_ray"] = {"local_dir": "data/output/"}

ray.shutdown()
ray.init()
Expand Down

0 comments on commit 8397ac9

Please sign in to comment.