[ModelRunner] Fix cuda hard code in model runner (#155)

### What this PR does / why we need it?
1. Fix cuda hard code in model runner.
2. Fix tutorials doc rendering error.

### Does this PR introduce _any_ user-facing change?
no.

### How was this patch tested?
no.

Signed-off-by: Shanshan Shen <467638484@qq.com>
This commit is contained in:
Shanshan Shen
2025-02-27 14:16:46 +08:00
committed by GitHub
parent 94cd66bba7
commit ee43179767
2 changed files with 6 additions and 3 deletions

View File

@@ -237,7 +237,10 @@ docker run \
```
Choose one machine as head node, the other are worker nodes, then start ray on each machine:
:::{note} Check out your `nic_name` by command `ip addr` :::
:::{note}
Check out your `nic_name` by command `ip addr`.
:::
```shell
# Head node