edit support lists

This commit is contained in:
likelovewant
2024-12-12 13:30:55 +08:00
parent a64347c6d4
commit 0e4d604b02
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ Please download from ollama [official](https://ollama.com/download/OllamaSetup.e
Example extra list add on this repo. Example extra list add on this repo.
``` ```
"gfx803" "gfx902" "gfx90c:xnack-" "gfx904" "gfx1010:xnack-" "gfx1011" "gfx1012:xnack-" "gfx1031" "gfx1032" "gfx1033" "gfx1034" "gfx1035" "gfx1036" "gfx1103" "gfx1150(tests only)" "gfx803" "gfx902" gfx906:xnack- "gfx90c:xnack-" "gfx1010:xnack-" "gfx1011" "gfx1012:xnack-" "gfx1031" "gfx1032" "gfx1034" "gfx1035" "gfx1036" "gfx1103" "gfx1150(expertimental)"...
``` ```
Please follow the [wiki](https://github.com/likelovewant/ollama-for-amd/wiki) guide to build or use the pre-release version. Please follow the [wiki](https://github.com/likelovewant/ollama-for-amd/wiki) guide to build or use the pre-release version.

View File

@@ -6,8 +6,8 @@
include make/common-defs.make include make/common-defs.make
include make/rocm-defs.make include make/rocm-defs.make
HIP_ARCHS_COMMON := gfx803 gfx902 gfx906:xnack- gfx90c:xnack- gfx1010:xnack- gfx1012:xnack- gfx1030 gfx1031 gfx1032 gfx1034 gfx1035 gfx1036 gfx1100 gfx1101 gfx1103 gfx1150 HIP_ARCHS_COMMON := gfx803 gfx902 gfx906:xnack- gfx90c:xnack- gfx1010:xnack- gfx1011 gfx1012:xnack- gfx1030 gfx1031 gfx1032 gfx1034 gfx1035 gfx1036 gfx1100 gfx1101 gfx1103 gfx1150
HIP_ARCHS_LINUX := gfx90a:xnack+ gfx90a:xnack- HIP_ARCHS_LINUX := gfx908:xnack- gfx90a:xnack+ gfx90a:xnack-
ifeq ($(OS),windows) ifeq ($(OS),windows)