-
Notifications
You must be signed in to change notification settings - Fork 21
Description
[2026-03-29 01:04:32,658] [ais_bench] [INFO] Warmup finished Total Count: 1 Success Count: 0 Failed Count: 1
Failed Reasons:
+---------------+-------+
| Failed Reason | Count |
+---------------+-------+
| | 1 |
+---------------+-------+
Traceback (most recent call last):
File "/home/benchmark/ais_bench/benchmark/tasks/openicl_api_infer.py", line 704, in
raise e
File "/home/benchmark/ais_bench/benchmark/tasks/openicl_api_infer.py", line 701, in
inferencer.run(task_state_manager)
File "/home/benchmark/ais_bench/benchmark/tasks/openicl_api_infer.py", line 488, in run
self.warm_up(data_list, task_state_manager)
File "/home/benchmark/ais_bench/benchmark/tasks/openicl_api_infer.py", line 467, in warm_up
raise AISBenchRuntimeError(
ais_bench.benchmark.utils.logging.exceptions.AISBenchRuntimeError: [TINFER-RUNTIME-001]warmup failed. Exit task because all warmup requests failed, failed reasons: {'': 1} | Visit https://ais-bench-benchmark-rf.readthedocs.io/zh-cn/latest/faqs/error_codes.html#tinfer-runtime-001 for further help.
[2026-03-29 01:04:34,642] [ais_bench] [INFO] Inference tasks completed.
[2026-03-29 01:04:34,644] [ais_bench] [INFO] Summarizing performance results...
[2026-03-29 01:04:34,644] [ais_bench] [WARNING] Can't find details perf data of [vllm-api-stream-chat/gsm8k] in outputs/default/20260329_010406, use tmp cache data.
Traceback (most recent call last):
File "/usr/local/bin/ais_bench", line 33, in
sys.exit(load_entry_point('ais-bench-benchmark', 'console_scripts', 'ais_bench')())
File "/home/benchmark/ais_bench/benchmark/cli/main.py", line 6, in main
task_manager.run()
File "/home/benchmark/ais_bench/benchmark/cli/task_manager.py", line 39, in run
workflow_executor.execute()
File "/home/benchmark/ais_bench/benchmark/cli/workers.py", line 453, in execute
worker.do_work(cfg)
File "/home/benchmark/ais_bench/benchmark/cli/workers.py", line 430, in do_work
summarizer.summarize()
File "/home/benchmark/ais_bench/benchmark/summarizers/default_perf.py", line 427, in summarize
details_perf_datas = self._load_details_perf_data(
File "/home/benchmark/ais_bench/benchmark/summarizers/default_perf.py", line 251, in _load_details_perf_data
raise FileMatchError(
ais_bench.benchmark.utils.logging.exceptions.FileMatchError: [SUMM-FILE-001]can't find detail perf data file. Can't find any details perf data file in work_dir, please check outputs/default/20260329_010406. | Visit https://ais-bench-benchmark-rf.readthedocs.io/zh-cn/latest/faqs/error_codes.html#summ-file-001 for further help.