[GLM4.1V and GLM4.5V] Add vision transformer num_dummy_head support: max tp=4 -> max tp=8 (#9059)
This commit is contained in:
@@ -187,9 +187,13 @@ async def eval_mmmu(args) -> None:
|
||||
print("Profiler stopped")
|
||||
|
||||
print(f"Benchmark time: {time.perf_counter() - start}")
|
||||
args.output_path = f"./val_sglang.json"
|
||||
args.output_path = "./answer_sglang.json"
|
||||
save_json(args.output_path, out_samples)
|
||||
eval_result(model_answer_path=args.output_path, answer_dict=answer_dict)
|
||||
eval_result(
|
||||
model_answer_path=args.output_path,
|
||||
answer_dict=answer_dict,
|
||||
eval_output_path="./val_sglang.json",
|
||||
)
|
||||
|
||||
|
||||
def parse_args():
|
||||
|
||||
Reference in New Issue
Block a user