routing tests, launch.configs, redirect, stats and route statistics
This commit is contained in:
@@ -40,9 +40,14 @@ support depends on the exact AMD GPU/APU, kernel, driver, and ROCm runtime.
|
||||
|
||||
| Shell | Prefix | Model cache env |
|
||||
|-------|--------|-----------------|
|
||||
| Linux / WSL | `.venv/bin/` | `HF_HOME=/path/to/models` |
|
||||
| Linux / WSL CPU | `.venv/bin/` | `HF_HOME=/path/to/models` |
|
||||
| Linux AMD ROCm / Radeon | `.venv-rocm/bin/` | `HF_HOME=/path/to/models` |
|
||||
| Windows PowerShell | `.\.venv\Scripts\` | `$env:HF_HOME = "D:\DEV\models"` |
|
||||
|
||||
> **Ryzen AI Max / Radeon 8060S developers:** use `.venv-rocm/bin/` for every
|
||||
> node command and test that needs real GPU inference. The repository's default
|
||||
> `.venv` currently uses Python 3.14 and is not the ROCm node runtime.
|
||||
|
||||
---
|
||||
|
||||
## 0. Install prerequisites (once per machine)
|
||||
|
||||
Reference in New Issue
Block a user