Skip to content

Commit 98050ae

Browse files
committed
fix jobs count
Signed-off-by: Jack Luar <[email protected]>
1 parent bc56a7f commit 98050ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/AutoTuner/test/fast_smoke_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ def setUp(self):
6767

6868
# Sweep command
6969
# limit jobs because ray.get() does not terminate if jobs > number of samples
70-
core = os.cpu_count()
71-
self.jobs = 4 if core >= 4 else core
70+
self.jobs = 1
7271
self.sweep_command = (
7372
f"{self.exec}"
7473
f" --design {self.design}"

0 commit comments

Comments
 (0)