Skip to content

Commit

Permalink
[release][train] Fix tune_scalability_xgboost_sweep.aws (#43295)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Yu <[email protected]>
  • Loading branch information
justinvyu committed Feb 21, 2024
1 parent f880528 commit 1fbe0e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
Acceptance criteria: Should run faster than 2600 seconds. Should run without
errors.
"""

from collections import Counter
import json
import os
Expand Down Expand Up @@ -81,6 +82,7 @@ def main():
config=config,
num_samples=num_samples,
resources_per_trial=ray_params.get_tune_resources(),
storage_path="/mnt/cluster_storage",
)
time_taken = time.monotonic() - start_time

Expand Down

0 comments on commit 1fbe0e2

Please sign in to comment.