Installer: drop the lemonade ROCm fallback now the fork ships identical per-gfx prebuilts (#6225)
--------- Co-authored-by: Daniel Han <danielhanchen@gmail.com>
This commit is contained in:
parent
9d8daecf18
commit
5300c047b6
12 changed files with 284 additions and 880 deletions
|
|
@ -433,7 +433,7 @@ def _detect_windows_gfx_arch() -> str | None:
|
|||
|
||||
|
||||
# GPU marketing-name → gfx arch table, mirroring setup.ps1's $nameArchTable.
|
||||
# Most-specific first; first match wins. Covers only arches the lemonade-sdk
|
||||
# Most-specific first; first match wins. Covers only arches the ROCm
|
||||
# prebuilts / AMD Windows torch indexes support; unknown names return None
|
||||
# (callers then fall back cleanly to CPU).
|
||||
_WIN_GPU_NAME_ARCH_TABLE: "list[tuple[str, str]]" = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue