mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-15 23:31:05 +00:00
style(benchmark): 格式化模型名称打印输出
- 移除了多行字符串中的换行符和多余空格 - 将模型名称信息合并为单行连续显示 - 保持了原有的打印格式和信息完整性
This commit is contained in:
parent
7ee4db9cf0
commit
698e8a5da5
1 changed files with 2 additions and 3 deletions
|
|
@ -786,9 +786,8 @@ class LongMemEvalEvaluator:
|
|||
print(f"Questions to process: {total_questions} | Top-K: {self.config.top_k}")
|
||||
print(f"Max Concurrency: {self.config.max_concurrency}")
|
||||
print(
|
||||
f"Summary Model: {self.config.reme_model_name} | "
|
||||
f"Retrieve Model: {self.config.retrieve_model_name} | "
|
||||
f"Eval Model: {self.config.eval_model_name}",
|
||||
f"Summary Model: {self.config.reme_model_name} | Retrieve Model: {self.config.retrieve_model_name} "
|
||||
f"| Eval Model: {self.config.eval_model_name}",
|
||||
)
|
||||
print(f"Algo Version: {self.config.algo_version}")
|
||||
print("=" * 80 + "\n")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue