mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-28 17:29:37 +00:00
feat(run_eval): add checkpoint resume functionality and update example documentation;
- update new bootcamp benchmark dataset
This commit is contained in:
parent
125a7818e0
commit
1a8477c8d8
166 changed files with 8877 additions and 5047 deletions
|
|
@ -60,7 +60,8 @@ python examples/unittests/run_eval.py \
|
|||
--max_concurrent_requests 128 \
|
||||
--timeout 6000 \
|
||||
--max_retries 16 \
|
||||
--max_retrying_delay 60
|
||||
--max_retrying_delay 60 \
|
||||
--resume
|
||||
```
|
||||
|
||||
注意:当 `api_mode` 指定为 `completion` 时,需正确设置对应的 `template`(支持 `r1`、`qwen`、`internthinker`、`chatml`(无系统提示))。更详细的内容请参考 [评测手册](/examples/unittests/README_zh.md)。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue