From 0e4d604b0277dda80f1f50c229adb5b3a6663892 Mon Sep 17 00:00:00 2001 From: likelovewant Date: Thu, 12 Dec 2024 13:30:55 +0800 Subject: [PATCH] edit support lists --- README.md | 2 +- make/Makefile.rocm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d5e5c02..689ea1ac 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Please download from ollama [official](https://ollama.com/download/OllamaSetup.e 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. diff --git a/make/Makefile.rocm b/make/Makefile.rocm index e509091e..20fd540d 100644 --- a/make/Makefile.rocm +++ b/make/Makefile.rocm @@ -6,8 +6,8 @@ include make/common-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_LINUX := gfx90a:xnack+ gfx90a:xnack- +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 := gfx908:xnack- gfx90a:xnack+ gfx90a:xnack- ifeq ($(OS),windows)