-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Doc] add xpu doc and update llama xpu scripts #10148
Conversation
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #10148 +/- ##
===========================================
- Coverage 49.95% 49.93% -0.02%
===========================================
Files 757 757
Lines 122540 122588 +48
===========================================
+ Hits 61215 61220 +5
- Misses 61325 61368 +43 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -55,6 +55,7 @@ export PYTHONPATH=../../../:$PYTHONPATH | |||
# for debug | |||
#export GLOG_v=10 | |||
export FLAGS_call_stack_level=2 | |||
export GLOG_minloglevel=2 |
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.
这个会让用户运行的时候打印更多log吗
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.
这个会让用户运行的时候打印更多log吗
不会
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
Before submitting
tests
folder. If there are codecov issues, please add tests cases first.PR types
Others
PR changes
Others
Description
add xpu doc and update llama xpu scripts