Skip to content

Commit

Permalink
Decrease CPUs for E2E
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Feb 12, 2025
1 parent b1b4683 commit 899e61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/v1beta1/scripts/gh-actions/run-e2e-tune-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def objective(parameters):
parameters=parameters,
objective_metric_name="result",
max_trial_count=4,
resources_per_trial={"cpu": "2"},
resources_per_trial={"cpu": "100m"},
)
experiment = katib_client.wait_for_experiment_condition(
exp_name, exp_namespace, timeout=EXPERIMENT_TIMEOUT
Expand Down Expand Up @@ -103,7 +103,7 @@ def objective(parameters):
resources_per_trial=TrainerResources(
num_workers=2,
num_procs_per_worker=2,
resources_per_worker={"cpu": "2"},
resources_per_worker={"cpu": "100m"},
),
)

Expand Down

0 comments on commit 899e61f

Please sign in to comment.