Skip to content
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

[docs] Fix default nvidia.resourceCoreName value in config.md #842

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[docs] Fix default nvidia.resourceCoreName value in config.md
Signed-off-by: 王然 <[email protected]>
  • Loading branch information
chinaran committed Jan 26, 2025
commit d7bf774fd89d010644c78b6eed5ae9c1878feeea
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can update these configurations using one of the following methods:
* `nvidia.resourceMemoryPercentageName`:
String type, vgpu memory fraction resource name, default: "nvidia.com/gpumem-percentage"
* `nvidia.resourceCoreName`:
String type, vgpu cores resource name, default: "nvidia.com/cores"
String type, vgpu cores resource name, default: "nvidia.com/gpucores"
* `nvidia.resourcePriorityName`:
String type, vgpu task priority name, default: "nvidia.com/priority"

Expand Down
2 changes: 1 addition & 1 deletion docs/config_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* `nvidia.resourceMemoryPercentageName`:
字符串类型,申请 vgpu 显存比例资源名,默认:"nvidia.com/gpumem-percentage"
* `nvidia.resourceCoreName`:
字符串类型,申请 vgpu 算力资源名,默认:"nvidia.com/cores"
字符串类型,申请 vgpu 算力资源名,默认:"nvidia.com/gpucores"
* `nvidia.resourcePriorityName`:
字符串类型,表示申请任务的任务优先级,默认:"nvidia.com/priority"

Expand Down