Remove overlap thread (#11210)
Co-authored-by: Lianmin Zheng <15100009+merrymercy@users.noreply.github.com> Co-authored-by: Hanming Lu <69857889+hanming-lu@users.noreply.github.com>
This commit is contained in:
@@ -1160,7 +1160,7 @@ def run_bench_offline_throughput(model, other_args):
|
||||
*[str(x) for x in other_args],
|
||||
]
|
||||
|
||||
print(f"{command=}")
|
||||
print(f"command={' '.join(command)}")
|
||||
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user