add new chinese translations
This commit is contained in:
28
pages.zh/osx/safeejectgpu.md
Normal file
28
pages.zh/osx/safeejectgpu.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# SafeEjectGPU
|
||||
|
||||
> 安全弹出 GPU。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/SafeEjectGPU.8.html>。
|
||||
|
||||
- 弹出所有 GPU:
|
||||
|
||||
`SafeEjectGPU Eject`
|
||||
|
||||
- 列出所有连接的 GPU:
|
||||
|
||||
`SafeEjectGPU gpus`
|
||||
|
||||
- 列出使用 GPU 的应用程序:
|
||||
|
||||
`SafeEjectGPU gpuid {{GPU_ID}} apps`
|
||||
|
||||
- 获取 GPU 的状态:
|
||||
|
||||
`SafeEjectGPU gpuid {{GPU_ID}} status`
|
||||
|
||||
- 弹出一个 GPU:
|
||||
|
||||
`SafeEjectGPU gpuid {{GPU_ID}} Eject`
|
||||
|
||||
- 在 GPU 上启动应用程序:
|
||||
|
||||
`SafeEjectGPU gpuid {{GPU_ID}} LaunchOnGPU {{path/to/App.app}}`
|
Reference in New Issue
Block a user