mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 23:24:55 +02:00

* Add SafeEjectGPU and lmms
* Well then
* Add SafeEjectGPU and lmms
* Update SafeEjectGPU and lmms
* Whats this? missing syntax? not in my code!
* Revert "Add SafeEjectGPU and lmms"
This reverts commit bc66ecc54d
.
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
28 lines
442 B
Markdown
28 lines
442 B
Markdown
# SafeEjectGPU
|
|
|
|
> Eject a GPU safely.
|
|
> Visit the man page for more info.
|
|
|
|
- Eject all GPUs:
|
|
|
|
`SafeEjectGPU Eject`
|
|
|
|
- List all GPUs attached:
|
|
|
|
`SafeEjectGPU gpus`
|
|
|
|
- List apps using a GPU:
|
|
|
|
`SafeEjectGPU gpuid {{GPU_ID}} apps`
|
|
|
|
- Get the status of a GPU:
|
|
|
|
`SafeEjectGPU gpuid {{GPU_ID}} status`
|
|
|
|
- Eject a GPU:
|
|
|
|
`SafeEjectGPU gpuid {{GPU_ID}} Eject`
|
|
|
|
- Launch an app on a GPU:
|
|
|
|
`SafeEjectGPU gpuid {{GPU_ID}} LaunchOnGPU {{path/to/App.app}}`
|