Skip to content

Commit

Permalink
modify readme_cn to format gpu-pod yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bingMillion committed Feb 14, 2022
1 parent 769f5ca commit b60a924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ spec:
resources:
limits:
nvidia.com/gpu: 2 # 请求2个vGPUs
nvidia.com/gpumem: 3000 # 每个vGPU申请3000m显存 (可选,整数类型)
nvidia.com/gpucores: 30 # 每个vGPU的算力为30%实际显卡的算力 (可选,整数类型)
nvidia.com/gpumem: 3000 # 每个vGPU申请3000m显存 (可选,整数类型)
nvidia.com/gpucores: 30 # 每个vGPU的算力为30%实际显卡的算力 (可选,整数类型)
```

如果你的任务无法运行在任何一个节点上(例如任务的`nvidia.com/gpu`大于集群中任意一个GPU节点的实际GPU数量),那么任务会卡在`pending`状态
Expand Down

0 comments on commit b60a924

Please sign in to comment.