FMInference / FlexLLMGen

Running large language models on a single GPU for throughput-oriented scenarios.
Apache License 2.0
9.2k stars 547 forks source link

"helm_run.py, line 303, in run_entry run_spec = run_specs[0] IndexError: list index out of range" #129

Open hjk1231 opened 10 months ago

hjk1231 commented 10 months ago

I test with code below: if len(run_specs) == 0: raise ValueError("run_specs is empty") else: run_spec = run_specs[0]

It turns out that run_specs is empty. How come?

xvanQ commented 2 months ago

same error. Has it been resolved