Add t5_for_conditional_generation and gpt_for_sequence_classification benchmark#1581
Open
FrostML wants to merge 4 commits intoPaddlePaddle:developfrom
Open
Add t5_for_conditional_generation and gpt_for_sequence_classification benchmark#1581FrostML wants to merge 4 commits intoPaddlePaddle:developfrom
FrostML wants to merge 4 commits intoPaddlePaddle:developfrom
Conversation
|
Thanks for your contribution! Please wait for the result of CI firstly. |
mmglove
reviewed
Mar 17, 2023
| 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 |
Contributor
There was a problem hiding this comment.
请更新为镜像 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 |
| model_item=t5_for_conditional_generation | ||
| bs_item=4 | ||
| fp_item=fp32 | ||
| run_process_type=SingleP |
| "model_name": args.model_name, | ||
| "batch_size": base_batch_size, | ||
| "fp_item": fp_item, | ||
| "run_process_type": args.run_process_type, |
Contributor
There was a problem hiding this comment.
run_process_type 字段已不需要入库,请删除
|
|
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.
添加 t5_for_conditional_generation 以及 gpt_for_sequence_classification benchmark 示例。