Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hzy46 committed Dec 11, 2020
1 parent ccf2c79 commit 7334fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/device-plugin/deploy/start.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pushd $(dirname "$0") > /dev/null

# Deploy device plugin of computing devices.
# Computing device refers to the main hardware used in a machine for computing,
# e.g. GPU, TPU, and NPU. In addition, we don't treat CPU as a computing device.
# In pactice, one computing device may need to deploy one device plugin in cluster.
# e.g. GPU, TPU, and NPU. We don't treat CPU as a computing device.
# In pactice, one computing device usually requires one device plugin in cluster.
# Users can specify their computing device type in `layout.yaml`,
# and the specified device types will be added to cluster_cfg['device-plugin']['devices'] automatically.

Expand Down

0 comments on commit 7334fbd

Please sign in to comment.