-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[FastDeploy] Add bert fastdeploy example #5003
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
Conversation
|
Thanks for your contribution! |
Codecov Report
@@ Coverage Diff @@
## develop #5003 +/- ##
===========================================
- Coverage 49.19% 49.18% -0.01%
===========================================
Files 456 456
Lines 65500 65500
===========================================
- Hits 32220 32218 -2
- Misses 33280 33282 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
| --model_path ./infer_model/model \ | ||
| --batch_size 32 \ | ||
| --max_seq_length 128 >${log_path}/bert_predict) >>${log_path}/bert_predict 2>&1 | ||
| print_info $? bert_predict |
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.
确认一下 这里也是QA加入单测监测是吗?
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.
是的,fd的代码无法运行在现有的ci机器上。
wawltor
left a comment
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.
LGTM
PR types
Others
PR changes
Others
Description
Add bert fastdeploy example