From 8fbc5f571afeffd2c44985a4f1ddda51884007fe Mon Sep 17 00:00:00 2001 From: mnccouk Date: Sun, 15 Sep 2024 16:07:28 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6942129..f537d6e9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ rx590 Redeon GPU. It should be considered experimental. -I've only been testing using the docker build. +I've only been testing using the docker build, using ubuntu 22.04.04 LTS Make sure docker is installed and running ok, and the docker host machine has rocm 5.7.1 libraries installed. From c4e4ea601914de88e31d373626d03334d9c717c5 Mon Sep 17 00:00:00 2001 From: mnccouk Date: Sun, 15 Sep 2024 16:26:23 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f537d6e9..ef98ba2a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Get up and running with large language models. ### Linux with rx580 Radeon GPU -This branch is has had changes for building on amd64 architecture(arm has been commented out in the Docker file) so as Ollama works with +This branch is has had changes for building on amd64 architecture(arm has been commented out in the Docker file- just for build performance) so as Ollama works with rx590 Redeon GPU. It should be considered experimental.