Skip to content

Commit

Permalink
Merge pull request #7 from bn0901/master
Browse files Browse the repository at this point in the history
modify readme_cn to format gpu-pod yaml
  • Loading branch information
archlitchi authored Feb 15, 2022
2 parents 769f5ca + b60a924 commit 37f1c94
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 37f1c94

Please sign in to comment.