Minisforum AI X1 Pro

Minisforum AI X1 Pro: Gerbil – Run Large Language Models Locally

This is a series of articles looking at the Minisforum AI X1 Pro running Linux.

Unlike many mini PCs, the AI X1 Pro has a very capable integrated GPU. I want to see what performance is like running machine learning software on the Radeon 890M.

In this article I’m looking at Gerbil, a desktop app designed to let you run Large Language Models locally with the minimum of fuss. The software is powered by KoboldCpp which itself is a highly modified fork of llama.cpp.

Installation

I evaluated Gerbil with the latest release of their AppImage downloaded from their GitHub repository. At the time of writing that’s Gerbil 1.4.3.

Make the file executable with the command:

$ chmod u+x Gerbil-*.AppImage

When trying to run the AppImage, you may get an error along the lines of

Aborted start

This may confuse newcomers as there isn’t actually a file /tmp/.mount_Gerbil5zECMd/chrome-sandbox.

My recommended way to resolve this type of issue is to create a file /etc/apparmor.d/gerbilappimage (e.g. sudo nano /etc/apparmor.d/gerbilappimage). with the following lines:

apparmor

You’ll need to edit the profile line to where you’ve saved the AppImage.

Then issue the command:

$ sudo systemctl reload apparmor.service

Next page: Page 2 – Running Gerbil

Pages in this article:
Page 1 – Introduction
Page 2 – Running Gerbil


Complete list of articles in this series:

Minisforum AI X1 Pro
IntroductionIntroduction to the series and interrogation of the machine
BenchmarksBenchmarking the Minisforum AI X1 Pro
PowerTesting and comparing the power consumption
JanChatGPT without privacy concerns
ComfyUIGenerate video, images, 3D, audio with AI
AMD Ryzen AI 9 HX 370 CoresPrimary (Zen 5) and Secondary Cores (Zen 5c)
GerbilRun large language models locally
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Read our Comment FAQ before commenting.

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Marcos Alano
Marcos Alano
12 minutes ago

Do you have any information about using the NPU that comes with the CPU?