-
Notifications
You must be signed in to change notification settings - Fork 155
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
Add t5_for_conditional_generation and gpt_for_sequence_classification benchmark #1581
base: develop
Are you sure you want to change the base?
Conversation
Thanks for your contribution! Please wait for the result of CI firstly. |
@@ -47,3 +47,6 @@ pytorch: | |||
segformer_b0: iregistry.baidu-int.com/paddle-benchmark/paddlecloud-base-image:paddlecloud-ubuntu18.04-gcc8.2-cuda11.2-cudnn8 | |||
xlnet: iregistry.baidu-int.com/paddle-benchmark/paddlecloud-base-image:paddlecloud-ubuntu18.04-gcc8.2-cuda11.2-cudnn8 | |||
gpt3: iregistry.baidu-int.com/paddlecloud/base-images:paddlecloud-ubuntu18.04-gcc8.2-cuda11.1-cudnn8 | |||
bert_for_question_answering: registry.baidubce.com/paddlepaddle/paddle:2.4.1-gpu-cuda11.7-cudnn8.4-trt8.4 | |||
gpt_for_sequence_classification: registry.baidubce.com/paddlepaddle/paddle:2.4.1-gpu-cuda11.7-cudnn8.4-trt8.4 | |||
t5_for_conditional_generation: registry.baidubce.com/paddlepaddle/paddle:2.4.1-gpu-cuda11.7-cudnn8.4-trt8.4 |
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.
请更新为镜像 iregistry.baidu-int.com/paddlecloud/base-images:paddlecloud-ubuntu18.04-gcc8.2-cuda11.7-cudnn8.4.1-nccl2.12.12
model_item=t5_for_conditional_generation | ||
bs_item=4 | ||
fp_item=fp16 | ||
run_process_type=SingleP |
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.
N1C8 该字段为MultiP
model_item=t5_for_conditional_generation | ||
bs_item=4 | ||
fp_item=fp32 | ||
run_process_type=SingleP |
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.
N1C8 该字段为MultiP
"model_name": args.model_name, | ||
"batch_size": base_batch_size, | ||
"fp_item": fp_item, | ||
"run_process_type": args.run_process_type, |
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.
run_process_type 字段已不需要入库,请删除
|
添加 t5_for_conditional_generation 以及 gpt_for_sequence_classification benchmark 示例。