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

update docs #567

Merged
merged 2 commits into from
Oct 23, 2024
Merged
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
2 changes: 1 addition & 1 deletion docs/config.md
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think add "'0' means use 100% device memory" here would be better

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ helm install vgpu-charts/vgpu vgpu --set devicePlugin.deviceMemoryScaling=5 ...
* `devicePlugin.disablecorelimit:`
String type, "true" for disable core limit, "false" for enable core limit, default: false
* `scheduler.defaultMem:`
Integer type, by default: 5000. The default device memory of the current task, in MB
Integer type, by default: 0. The default device memory of the current task, in MB.'0' means use 100% device memory
* `scheduler.defaultCores:`
Integer type, by default: equals 0. Percentage of GPU cores reserved for the current task. If assigned to 0, it may fit in any GPU with enough device memory. If assigned to 100, it will use an entire GPU card exclusively.
* `scheduler.defaultGPUNum:`
Expand Down
2 changes: 1 addition & 1 deletion docs/config_cn.md
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里可以加一句,“当值为0时,代表使用全部的显存”

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里可以加一句,“当值为0时,代表使用全部的显存”

好的,不过百分之那边也不设置的时候才会使用全部显存。

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ helm install vgpu vgpu-charts/vgpu --set devicePlugin.deviceMemoryScaling=5 ...
* `devicePlugin.disablecorelimit:`
字符串类型,"true"为关闭算力限制,"false"为启动算力限制,默认为"false"
* `scheduler.defaultMem:`
整数类型,预设值为5000,表示不配置显存时使用的默认显存大小,单位为MB
整数类型,预设值为0,表示不配置显存时使用的默认显存大小,单位为MB。当值为0时,代表使用全部的显存。
* `scheduler.defaultCores:`
整数类型(0-100),默认为0,表示默认为每个任务预留的百分比算力。若设置为0,则代表任务可能会被分配到任一满足显存需求的GPU中,若设置为100,代表该任务独享整张显卡
* `scheduler.defaultGPUNum:`
Expand Down
Loading