mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-26 00:24:26 +00:00
reduce test time
This commit is contained in:
parent
f956e957d4
commit
cdca936b8b
@ -57,7 +57,7 @@ def _test_xgboost(method='BlendSearch'):
|
||||
}
|
||||
max_iter = 10
|
||||
for num_samples in [256]:
|
||||
time_budget_s = None
|
||||
time_budget_s = 60 #None
|
||||
for n_cpu in [8]:
|
||||
start_time = time.time()
|
||||
ray.init(num_cpus=n_cpu, num_gpus=0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user