-
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
[XPU] Add README.md for llama2-7b #8979
Conversation
Thanks for your contribution! |
[xpu]add README.md for llama2-7b |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8979 +/- ##
===========================================
- Coverage 54.79% 54.12% -0.67%
===========================================
Files 647 650 +3
Lines 102492 103883 +1391
===========================================
+ Hits 56160 56229 +69
- Misses 46332 47654 +1322 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
llm/xpu/llama/README.md
Outdated
# 注意此镜像仅为开发环境,镜像中不包含预编译的飞桨安装包docker pull registry.baidubce.com/device/paddle-xpu:ubuntu20-x86_64-gcc84-py310 | ||
``` | ||
|
||
2. 参考如下命令启动容器,可以通过设置 FLAGS_selected_xpus 指定容器可见的昆仑芯片卡号 |
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.
这里没有使用FLAGS_selected_xpus
,可能造成误解,建议删除。我看在使用时有使用FLAGS_selected_xpus,可以把 可以通过设置 FLAGS_selected_xpus 指定可见的昆仑芯片卡号
加到下方。
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
* [xpu]add README.md for llama2-7b * [xpu]add README.md for llama2-7b * [xpu]rm readme.md * [xpu]modify README.md for llama2-7b * [xpu]modify README.md for llama2-7b * [xpu]modify README.md for llama2-7b
PR types
Others
PR changes
Docs
Description
Add README.md for llama2-7b with XPU devices.