Ze-Yi LIN

Results 87 comments of Ze-Yi LIN

python app.py可以有host和port参数,比如python3 app.py --port 1234

试试: docker pull --disable-content-trust linzeyi/hivision_idphotos:latest

This feature is very nice, it will be put in the update queue.

Currently, SwanLab only supports recording the `stdout` ( standard output stream ), and support for recording the `stderr` ( standard error stream ) will be added in subsequent updates.

> Currently, SwanLab only supports recording the `stdout` ( standard output stream ), and support for recording the `stderr` ( standard error stream ) will be added in subsequent updates....

> > 为了保证完整记录,分支默认开到最大的4096长度,这个辛苦 [@SAKURA-CAT](https://github.com/SAKURA-CAT) 看看是否能默认改大点 > > 你可以使用`swanlab.Settings`动态调整你需要的长度: https://docs.swanlab.cn/api/py-settings.html evalscope使用的是命令行开启测评,比如: ```bash evalscope eval \ --model Qwen/Qwen2.5-0.5B-Instruct \ --datasets gsm8k arc \ --limit 5 \ --swanlab-api-key '你的API Key' \ --name 'qwen2.5-gsm8k-arc'...

目前和 @SAKURA-CAT 已经确定了技术方案,将在后续版本添加stderr的支持,以及webui上的格式对齐