From 3d56a221762d3d5d4dcda7ee492eab9251a92fa8 Mon Sep 17 00:00:00 2001 From: Ashok Gelal <401055+ashokgelal@users.noreply.github.com> Date: Wed, 30 Apr 2025 06:08:38 +0545 Subject: [PATCH] Dev (#40) * chore: add mention that os must support gui (#37) * chore: add missing command for updating local ai for Linux (#39) --------- Co-authored-by: Adam Miedema --- .../get the latest version of local ai service.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/2.how-to guides/get the latest version of local ai service.md b/content/2.how-to guides/get the latest version of local ai service.md index 961baa9..d1cb9b8 100644 --- a/content/2.how-to guides/get the latest version of local ai service.md +++ b/content/2.how-to guides/get the latest version of local ai service.md @@ -51,6 +51,10 @@ If you are unable to download the latest version of Local AI service using this 3. Once downloaded, unzip and move `bin` and `lib` directories to `~/.config/Msty/` 4. Rename `ollama` executable under `bin` to `msty-local` 5. Open Terminal and run the following command to make the file executable: + + ```sh + chmod +x ~/.config/Msty/bin/msty-local + ``` #### Additional config for AMD ROCmâ„¢ GPU users only: 1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases