add SwanLab Support 添加SwanLab可视化支持#453
Merged
Merged
Conversation
Contributor
Author
|
@Yunnglin 请帮忙审核一下PR!非常感谢😄 补充测试效果链接: https://swanlab.cn/@ShaohonChen/evalscope_swanlab_support/overview |
Contributor
Author
|
文档中的图片可以使用本PR提供的链接,也可以在上面的链接中截取 |
Collaborator
|
@ShaohonChen Thank you for your PR. I have updated the image links and fixed the lint issues. It's now ready to be merged. |
Contributor
Author
|
Thank you for reviewing and merging the PR! 🎉 |
|
添加--swanlab-api-key后: |
yucc-leon
pushed a commit
to yucc-leon/evalscope
that referenced
this pull request
Oct 27, 2025
* add SwanLab support * add error message for missing swanlab/wandb package * fix swanlab log dir error * add swanlab docs * update link * fix lint --------- Co-authored-by: Yunnglin <mao.looper@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
贡献简介
希望为Evalscope项目增加SwanLab作为可视化支持之一,使用户能够更方便地跟踪和分析评测结果。
主要改动
新增SwanLab集成功能,支持将评测结果可视化
添加相关命令行参数和环境变量配置选项
更新文档说明SwanLab的使用方法
使用说明
安装SwanLab,并获取对应的API Key
在评测启动时,额外添加以下参数,即可将测试结果上传swanlab server并进行可视化:
效果如下
效果对齐WandB:
如果希望仅使用SwanLab本地看板模式,先安装swanlab离线看板:
pip install 'swanlab[dashboard]'再通过设置如下参数:
--swanlab-api-key local并通过
swanlab watch <日志路径>打开本地可视化看板。补充说明:
我看到此前文档中的图片都来自阿里云的对象存储,因此我将所有添加到文档中的图片标注为
,如果合并的话烦请替换一下😊