[XPU] Add README.md for llama2-7b#8979
Merged
Merged
Conversation
|
Thanks for your contribution! |
Contributor
Author
|
[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:
|
DrownFish19
reviewed
Aug 23, 2024
| # 注意此镜像仅为开发环境,镜像中不包含预编译的飞桨安装包docker pull registry.baidubce.com/device/paddle-xpu:ubuntu20-x86_64-gcc84-py310 | ||
| ``` | ||
|
|
||
| 2. 参考如下命令启动容器,可以通过设置 FLAGS_selected_xpus 指定容器可见的昆仑芯片卡号 |
Collaborator
There was a problem hiding this comment.
这里没有使用FLAGS_selected_xpus,可能造成误解,建议删除。我看在使用时有使用FLAGS_selected_xpus,可以把 可以通过设置 FLAGS_selected_xpus 指定可见的昆仑芯片卡号加到下方。
DrownFish19
reviewed
Aug 23, 2024
Mangodadada
pushed a commit
to Mangodadada/PaddleNLP
that referenced
this pull request
Sep 10, 2024
* [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
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.
PR types
Others
PR changes
Docs
Description
Add README.md for llama2-7b with XPU devices.