-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] add internlm3 into testcase #3038
Conversation
zhulinJulia24
commented
Jan 15, 2025
- add internlm3 into testcase
- add benchmark test into pr test
- add mixtrial 8x7b into pr test
- add max_new_tokens parameters into testcase
turbomind_internlm2_5_7b_chat_batch1_4bits = deepcopy( | ||
*lmdeploy_internlm2_5_7b_chat) | ||
|
||
turbomind_internlm3_8b_instruct = deepcopy(*lmdeploy_internlm2_5_7b_chat) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不应该用 internlm3-8b-instruct 模型么?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不应该用 internlm3-8b-instruct 模型么?
oc还没有internlm3的模版,为了能先验,先复用了,等oc有了我再替换下
}) | ||
case_config = { | ||
k: v | ||
for k, v in common_case_config.items() if k == 'memory_test' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
memory_test 测试的是什么?哪些case?