"helm_run.py, 第 303 行, 在 run_entry 中 run_spec = run_specs[0] IndexError: 列表索引超出范围"

作者: hjk1231创建于 2024年1月18日更新于 2024年8月26日

我使用以下代码进行测试: if len(run_specs) == 0: raise ValueError("run_specs 为空") else: run_spec = run_specs[0]

结果发现, run_specs 为空。为什么会这样?

内容来源: FMInference/FlexLLMGen