Low power home AI for learning?

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Greg_E

Active Member
Oct 10, 2024
545
173
43
Sorry for the dumb questions, decided I better start a thread so as not to clutter any others. Seeking some knowledge and trying to get a jumpstart. I've been thinking about turning an old server into an AI device for LocalAI or LMStudio (or something else?), but it doesn't look good, too old, etc... How about this system?

HP T740 which is nothing special in the processor or integrated GPU (v1756b), but I have 32GB of ram, could switch up to 64 if needed.

I also have an m key Hailo-8 that I can install in the m.2 nvme/pcie 3.0x4 slot, this is the 26tops version. If need be I could get a carrier card and install in the low profile slot where I normally keep a network card, but still a 3.0 slot.

Would need to be sata os drive, I have 256GB or 1TB drives I can install, guessing 1TB would be more than plenty for a limited use device like this.

Is this config even worth attempting? Will the performance be better than a Pi5 with the same Hailo hat installed?

The hailo-8 was originally meant for Frigate, but that project is massively stalled, so it waits in a drawer for me to pick up a project again.
 

Greg_E

Active Member
Oct 10, 2024
545
173
43
Hailo-8 is out! Can't do LLM with it, unless maybe convert to their .hef format, maybe.

I'll have to see what the little Vega8 integrated GPU can do, I bet it is slow, assuming I can even get models loaded.

Seems like there should be a market for asic devices that can work properly with LLM.

Any decent low profile video cards that don't cost an arm and a leg? Need to be single slot and not full length.
 

luckylinux

Well-Known Member
Mar 18, 2012
1,716
578
113
Hailo-8 is out! Can't do LLM with it, unless maybe convert to their .hef format, maybe.

I'll have to see what the little Vega8 integrated GPU can do, I bet it is slow, assuming I can even get models loaded.

Seems like there should be a market for asic devices that can work properly with LLM.

Any decent low profile video cards that don't cost an arm and a leg? Need to be single slot and not full length.
I have the Hailo-8L for Frigate ("stolen" from the original Raspberry Pi AI Kit where Beginning it was shipping with that M.2 to Rasbperry Flex PCIe Adapter). Works well in X86 Systems under Proxmox with Frigate (running as LXC Container), though from Time to Time it would crash (lots of Messages in dmesg).

Nowadays one should probably be buying the Hailo-10H such as e.g. ASUS UGen300 for Instance, but I still didn't see them available anywhere. They are quite expensive. And you cannot "transplant" the Raspberry PI Hailo Module into an X86 Slot easily anymore, well, you actually couldn't do that with the original 13 TOPS Hailo-8L either, once they soldered it on the Board :rolleyes:.

Entry / embedded AI is kind of a weird World nowadays. You get some reasonnably priced SBC which come with an NPU and say 8-16GB of RAM such as e.g. Rockchip (assuming the Driver has Mainline Linux Kernel Support !), or some dedicated GPU (Intel, NVIDIA, AMD).

The Integrated GPU you have could be OK by itself, the problem is IMHO Memory Bandwidth and the Fact that you do NOT have Unified Memory (such as Mac M2/M3/M4, AMD AI 395+ max, NVIDIA DGX Sparx, etc), so I expect very few Tokens per Seconds, just as it was from CPU.

Cheap low Power GPU ? Define "Low Power". Low Profile, single Slot GPU not-full-length I'd argue will give you very limited Choices.
Examples:
  • Intel Arc A310 ECO 4GB
  • NVIDIA Tesla P4 8GB
  • NVIDIA RTX 2000 6GB
  • NVIDIA RTX 3050 6GB

All of which to be honest are quite underpowered in Terms of VRAM.

Wouldn't you be better off buying some used Mac Mini M2/M3 with 16-32GB unified Memory at that Point (low RAM just in order to keep Price low, otherwise knock yourself out of course :cool:) ? I personally hate Apple Devices but to spend money on an underpowered Solution, you might as well get the real Thing IMHO.
 
  • Like
Reactions: T_Minus

Greg_E

Active Member
Oct 10, 2024
545
173
43
I do have an nvidia t1000 8gb sitting on my desk at work, it's waiting for me to have time to warranty it, we are having some display tearing issues. Might work for AI, or it might make the problem bad enough that it will be easier to warranty. One of those, only does it once in a while issues, and I know they are going to drag me through a bunch of garbage to warranty replace this thing. I'll give it a try and see what I can see. Very likely this is not something that will work well, but worth trying.
 

WANg

Well-Known Member
Jun 10, 2018
1,549
1,180
113
48
New York, NY
I do have an nvidia t1000 8gb sitting on my desk at work, it's waiting for me to have time to warranty it, we are having some display tearing issues. Might work for AI, or it might make the problem bad enough that it will be easier to warranty. One of those, only does it once in a while issues, and I know they are going to drag me through a bunch of garbage to warranty replace this thing. I'll give it a try and see what I can see. Very likely this is not something that will work well, but worth trying.
Alright - before you jump the gun...

a) You are dealing with a Raven Ridge APU with DDR4 RAM, and Vega iGPUs won't work with mainline ROCm (the oldest Vega device supported is the MI50). There might be a gfx900 branch for the Vega iGPU for theROCK but it’s not likely to be worth the effort.
b) If you do attempt anything, it'll be Vulkan only.
c) Yeah, you can totally run LLMs on the Vega iGPU. Don't expect a miracle but the Vega 8 "isn't that bad". I should load it on my Ryzen 3 4450U and see how far I can get, but here's someone with a DDR4 based Zen3 Renoir APU with a newer Vega 6 (around the same horsepower-wise as the Raven Ridge Vega 8) and it's pulling "okay" numbers.
d) You should be able to grab Lemonade AI on it and get it running pretty fast. Grab a smallish LLM (Gemma-4 2B) and see how it runs first.

As for Hailo8? In theory it's possible but Its software stack is sloppy-AF though. I wouldn't even bother. In theory my Snapdragon 8cx Gen 3 has a 15 TOPS NPU but Qualcomm is even worse than AMD in supporting older hardware. Not even Vulkan acceleration is available on that platform.

As for that T1000? You'll need an open ended PCIe extender (I am not sure how airflow works with the t740 for your specific card so I would say that unless you can verify it won't be an issue get it as far from the thin client as you can manage) - the slot is PCIe 3x8 and it has really no bearings on the overall inferencing speed, merely the speed in which the model initially loads. Getting a decent model with a decent sized context window to fit below 4GB though? That's a headache for you there. If it's available and sitting ide/doing not much, yeah, go for it. lemonade AI does have support for CUDA backends. if you went so far as to extend out the PCIe slot you might be able to frankenstein a beefier GPU to run on it, although at some point it become a sunk cost fallacy to try to hack the t740 to do something else suboptimally.
 
Last edited:

louie1961

Well-Known Member
May 15, 2023
617
312
63
I have a Nvidia RTX 2000 ada with 16gb of VRAM. Idles at 5 watts-ish and tops out at a max of 70 watts. Its a decent choice if you can afford it. They are like $600-700 used right now. Performance is pretty decent. But I only really use it for embedding and RAG, not real chat stuff.
 

WANg

Well-Known Member
Jun 10, 2018
1,549
1,180
113
48
New York, NY
I have a Nvidia RTX 2000 ada with 16gb of VRAM. Idles at 5 watts-ish and tops out at a max of 70 watts. Its a decent choice if you can afford it. They are like $600-700 used right now. Performance is pretty decent. But I only really use it for embedding and RAG, not real chat stuff.
It needs to be a single slot, low profile, PCIe slot powered card preferably fitting in the same physical/thermal/power footprint of an AMD E9173 (thats what that slot on the thin client was originally for). The RTX2000 Adas that I have been so far are dual slot or longer than 170mm, but not both (that's due to the need to accomodate the airflow needed to cool the board down) - PNY has one one that "might" fit the slot (VCNRTX2000EADA-PB) but I don't entirely trust their documentation...and it's only offered in the EU. That's a hell of a gamble for nearly 750 bucks MSRP.
 
Last edited:

Greg_E

Active Member
Oct 10, 2024
545
173
43
Sunken cost fallacy is certainly at play here. And yes, the Hailo stuff is, well, not supported on the software side as well as it should be. Let's throw a product out there and hope the community makes it work for us.

What I'm wanting might be simple enough right now that I can get where I want to go with this rig. What I want/need is something where I can say, how do I write a VBS login script to do this, that, and the other thing. Also would be nice to feed it a spreadsheet and ask it to remove all PII and replace with random number and provide a cross reference to be able to get back to the user after things are analyzed. There are some other compare this to that and suggest a result things that my wife could probably use, she's been paying Claude for a lot of things like this, mostly dealing with a cemetery that she volunteers for, it's from the 1700's and records are a mess. Sorting who is located where, and more importantly which spots are still available to be sold are part of the priorities. If any of that takes 15 minutes or more, that's just part of the game right now.

Now back to video cards, I do have one of those AMD E9173 cards at home, but I looked it up and it didn't seem like it was worth much from the feature list. If it might be useful, I can try it too, again probably in Vulkan mode. For video work it looks better then the k1200 (encode and decode), just wish it had more ram. Looks like 35 watts is near max for the PCIe slot in this thin client, that's the rating on the AMD 9173 card, I think the t1000 is similar. I also have some k620 and maybe a p620 card here, but older is generally not better, and lower vram is not better.

I'm leaning towards LocalAI because it says it can use all these different things (CPU, Vulkan, GPU, etc.) all at the same time, being resource constrained, moving the processing to all available seemed like a good idea. I know the expense will be speed, but I'm not trying to render out a motion picture right now.

I'd also like to add this, thanks for everyone trying to get me going, there are a lot of good people here spending their time to help others. We rarely see the words, "thanks for the help", so thanks for the help in getting me going with some possible choices and letting me know that there are probably some severe limitations in my current choices. Money being what it is, we are all scraping for scraps these days, stretching the older hardware as far as we can stretch it.
 

larrysb

Active Member
Nov 7, 2018
129
62
28
The budget is tough, but I have to say the DGX Spark (and clone) boxes do this job very well, and will run substantial models. They use very little power when idle and generate little heat, and are virtually silent. When under load, they make some sound and a bit of warmth, but nothing like the PCIe cards I used just a few years ago did. I could literally heat the office with the power they consumed. The DGX also enjoys good software and community support.

The other friendly options are the mentioned Macs, especially if you can find one with a lot of memory.
 

WANg

Well-Known Member
Jun 10, 2018
1,549
1,180
113
48
New York, NY
Sunken cost fallacy is certainly at play here. And yes, the Hailo stuff is, well, not supported on the software side as well as it should be. Let's throw a product out there and hope the community makes it work for us.

What I'm wanting might be simple enough right now that I can get where I want to go with this rig. What I want/need is something where I can say, how do I write a VBS login script to do this, that, and the other thing. Also would be nice to feed it a spreadsheet and ask it to remove all PII and replace with random number and provide a cross reference to be able to get back to the user after things are analyzed. There are some other compare this to that and suggest a result things that my wife could probably use, she's been paying Claude for a lot of things like this, mostly dealing with a cemetery that she volunteers for, it's from the 1700's and records are a mess. Sorting who is located where, and more importantly which spots are still available to be sold are part of the priorities. If any of that takes 15 minutes or more, that's just part of the game right now.

Now back to video cards, I do have one of those AMD E9173 cards at home, but I looked it up and it didn't seem like it was worth much from the feature list. If it might be useful, I can try it too, again probably in Vulkan mode. For video work it looks better then the k1200 (encode and decode), just wish it had more ram. Looks like 35 watts is near max for the PCIe slot in this thin client, that's the rating on the AMD 9173 card, I think the t1000 is similar. I also have some k620 and maybe a p620 card here, but older is generally not better, and lower vram is not better.

I'm leaning towards LocalAI because it says it can use all these different things (CPU, Vulkan, GPU, etc.) all at the same time, being resource constrained, moving the processing to all available seemed like a good idea. I know the expense will be speed, but I'm not trying to render out a motion picture right now.

I'd also like to add this, thanks for everyone trying to get me going, there are a lot of good people here spending their time to help others. We rarely see the words, "thanks for the help", so thanks for the help in getting me going with some possible choices and letting me know that there are probably some severe limitations in my current choices. Money being what it is, we are all scraping for scraps these days, stretching the older hardware as far as we can stretch it.
Yeah, but the more important question is...how much money are you planning to sink into Local LLMs and how prepared are you for disappointment? I would advise not to prematurely optimize things before you run it for the first time to get a better idea of where things can be improved, or rather, if you even want to invest in it. The Vega 8 graphics chip (gfx903) on the t740 comes with the machine for free and performs okay on Vulkan, so you might as well give it a try. Since it's an iGPU it uses DDR4 system memory anyways, and as long as you are okay with the idea that big models will run slow due to limited compute/RAM bandwidth, you'll not be overly disappointed.

As for that E9173, well, it's GCN4 (not GCN5 like in the Vega) so it's potentially just as slow as the iGPU. Even with the T1000 you are still dealing with the same performance ballpark as, say, the Radeon 780M iGPU on a Phoenix/Hawk Point APU (gfx1103), more or less, so it's not like it's a mind boggling significant improvement. You could wire the thin client up to a beefier GPU but that'll be like buying a nugget car (1997 Toyota Tercel) for 500 bucks and then doing a Chevy LS engine swap on it (~6k or so to stick the engine from an older Corvette). At some point if you want a cheap fast GPU and don't mind dealing with a power hungry howling one in a server...just buy an AMD Radeon Pro V620. Or use some kind of dock...but that t740 is pretty much at the end of the road here.

If I have to guess its performance? On a Gemma-4 12 Billion parameter model with MTP, probably about 175 prompt tokens/sec, and ~5-7 tokens/sec during the thinking process on Vulkan with a 32k context window, based on the numbers I got from my HP mt46 thin client, which in terms of horsepower sits between the t740 and the t755. Most people consider a minimum of 25 tokens/sec sustained during the thinking process to be roughly acceptable, but 75+ is usually desired. Prompt processing is more of a “understanding what you want before responding” thing and unless you have very limited compute or you ask a ridiculously complex question most prompt processing only takes a few seconds before the thinking/tokenization begins. Oh, and don’t even think about using CPUs for inferencing. Most CPUs with paired integrated graphics usually deliver 1/2 to 1/3 of the inferencing horsepower power of its attached iGPUs, so unless there's something hilariously bad about it, just stick to iGPUs on Vulkan.

As for the utility of an LLM, heres some stuff to think about -

a) You don't ask an LLM to recall facts that are easily looked up. In fact, LLMs are terrible at it because they are trained with a data set that are typically 1-2 years out of date, they are designed to not take advantage of new data (unless the LLM is engineered to allow new learning...which most aren't), and they are prone to hallucinations.

Here's a simple question - name the first 6 stations of the Tokyo Metro Hanzomon line from Shibuya towards Oshiage (oh, and in case you don't trust Wikipedia, here's the line map from Tokyo metro themselves)

Screenshot 2026-07-29 at 2.25.07 PM.png

That should be:

Z01 - Shibuya (great for shopping and people watching)
Z02 - Omote-Sando (great if you like ostentatious stuff)
Z03 - Aoyama-Itchome (fairly boughie area)
Z04 - Nagatacho (Next to Tokyo Broadcasting System HQ and the Harry Potter museum/staircase, also boughie)
Z05 - Hanzomon (the western gate of the Imperial Palace near the western moat)
Z06 - Kudanshita (next to several Tokyo Universities and on the north side of the Imperial palace moat)

Oh, let's ask this 20 billion parameter ChatGPT model for an answer -

Screenshot 2026-07-29 at 2.02.15 PM.png

Note the hallucinations developing...I actually had to stop the execution in 45 seconds as it was spinning in circles…

Screenshot 2026-07-29 at 2.05.10 PM.png
Amongst LLMs this is actually much more common than you think.

What about Qwen3.6 (from Ali Baba's AI labs)? Here's one with 27 billion parameters annd a quantization value of 4 (Q4) set for multi-token prediction (MTP)...

Screenshot 2026-07-29 at 2.18.39 PM.png

(Harajuku is on the JR East Yamanote line...not Tokyo Metro) - so it got the info incorrect...even when the other stations are on the line.

What about qwen3-next-REAM-Q3 (27.5GB)?

Screenshot 2026-07-29 at 2.23.42 PM.png

(With the exception of the very first station, the ones on the list are Tokyo Metro subway stations, but they are NOT on the Hanzomon line. So that one is pretty much 100% wrong)

Don't depend on LLMs for recalling things.
I had a 35 Billion parameter Qwen 3.5 model insist that the World trade center and the world financial center in NYC is the same building (they are adjacent complexes downtown but NOT The same), and I had one try to convince me that Gil Hodges played Mr. Spork on Star Trek. Since the dataset is baked in, you cannot correct it.
The tokenized information are connected together using semantic weights during the training process - if those connections are altered it can create false connectivity graphs ...or hallucinations.

b) The smaller the model and the more "niche" the training data, the worse the inferencing due to weak semantic cross checking -

Here's an example -
Ask a Deepseek/Qwen3 model with 8 billion parameters this question:

"Please suggest a fun summertime new england clambake for a Haredi congregation including sample recipes"

Note: Please do not invite your local rabbi and his congregation out for a clambake. At least not without rebranding it to be a summer picnic (that's a major faux pas like inviting your muslim friends to a summer pig-out), definitely hire a glatt kosher caterer and for the love of all that is good and holy, DO NOT ASK QWEN FOR SUGGESTIONS. The first thing Gemma-4 (Google Gemini Lab's LLM) did was to suggest calling it a summer picnic event instead.

In case you don't pick up on why this conversation is very bad, shellfish is never, ever, ever kosher. Even if you serve kosher steak or chicken in your meal instead of seafood you cannot serve dairy products with the same meal (i.e. definitely no butter on your corn).

Basically this tells me that some LLMs don't really put any strong semantic linkages between dogmatic religious concepts (such as kashrut or kosher laws) nearly as strenuously as it should or cross check the thinking process to look for discrepancies.

In general, after playing with qwen 3.6 and gemma-4 for a while, qwen tends to run/tokenize faster but gemma-4 tends to be more disciplined in accuracy and cross-checking, but both are prone to hallucinations even on high quantization models.

Screenshot 2026-07-29 at 2.52.44 PM.pngScreenshot 2026-07-29 at 2.51.01 PM.png

(Making sure you use kosher butter with your kosher clams and shrimp is…definitely an interesting result)

c) It could do some interesting stuff - but there are limits....

Well, here it is taking cues from an image and forming a narrative....

Screenshot 2026-07-29 at 2.09.11 PM.png

I think this is a 27 billion parameter Qwen 3.6 model.

Screenshot 2026-07-29 at 2.15.54 PM.png

That's not bad at all.

If you have access to Ace-Step music, you could abuse it to make some terrible, terrible music (let me know if you want to hear the farty-trip-hop-ska)

Screenshot 2026-07-29 at 3.23.07 PM.png

As for taking a bunch of files and making sense of them or using it to write powershell scripts, yes...it can do that. To be honest, I had Gemma-4-12B generate this one, but I have yet to test whether it's sensible or not. To be honest i can probably gank similar code from examples on reddit/stackexchange or MSDN, and get similar or better code going.

Screenshot 2026-07-29 at 9.34.51 PM.png

Screenshot 2026-07-29 at 9.35.22 PM.png

(oh yeah, the entire thing ran off the Radeon 780M iGPU on the Minisforum N5 Air - if I fire up the V620 I’ll use up about 4x more power to get a roughly 3x speedup)

It's fun to play around with LLMs but don't lose sight that they need to be supervised, and don't put too much undue hope on them. As Ed Zitron would’ve put it - they are great make-work agents for middle management types, and it can potentially boost productivity for those with a cluebat, but you need discipline and understand their limits.
 
Last edited:
  • Like
Reactions: marcoi and Greg_E

Greg_E

Active Member
Oct 10, 2024
545
173
43
WANg, you have been incredibly helpful with this. As to hallucination, I've used Claude to compare and rewrite a resume to fit a job posting... Man what a load of inaccuracy it produces, generally trying to please the user to make things align, even if it has to make up experience that doesn't fit the input.

I was going to work on this tonight, but didn't get to it, guess it waits until tomorrow after work if I have the energy. If I can locate that other AMD card, I'll stuff it in just so I don't need to open it again for a while. That way it will be all AMD and I think the drivers are easier to get running than nvidia.
 

Greg_E

Active Member
Oct 10, 2024
545
173
43
Well... In a funny turn of events, I can not find my E9173. I must have decided it was so insignificant that I put it away where I can't find it. Since this computer is going to have a GUI (at least for a while), I was thinking that a 2gb card would be more than enough to use with the monitor and save the iGPU for any processing that it can do. I might look for a cheap wx4100 with 4gb, if I find one cheap enough, it probably has better video codecs that I might be able to use for other things if this AI device doesn't work out.

[edit] the wx4100 is older, so probably not a good choice for video use. Have to look for a cheap RX550 or RX 6400
 
Last edited:

WANg

Well-Known Member
Jun 10, 2018
1,549
1,180
113
48
New York, NY
I have the Hailo-8L for Frigate ("stolen" from the original Raspberry Pi AI Kit where Beginning it was shipping with that M.2 to Rasbperry Flex PCIe Adapter). Works well in X86 Systems under Proxmox with Frigate (running as LXC Container), though from Time to Time it would crash (lots of Messages in dmesg).

Nowadays one should probably be buying the Hailo-10H such as e.g. ASUS UGen300 for Instance, but I still didn't see them available anywhere. They are quite expensive. And you cannot "transplant" the Raspberry PI Hailo Module into an X86 Slot easily anymore, well, you actually couldn't do that with the original 13 TOPS Hailo-8L either, once they soldered it on the Board :rolleyes:.

Entry / embedded AI is kind of a weird World nowadays. You get some reasonnably priced SBC which come with an NPU and say 8-16GB of RAM such as e.g. Rockchip (assuming the Driver has Mainline Linux Kernel Support !), or some dedicated GPU (Intel, NVIDIA, AMD).

The Integrated GPU you have could be OK by itself, the problem is IMHO Memory Bandwidth and the Fact that you do NOT have Unified Memory (such as Mac M2/M3/M4, AMD AI 395+ max, NVIDIA DGX Sparx, etc), so I expect very few Tokens per Seconds, just as it was from CPU.

Cheap low Power GPU ? Define "Low Power". Low Profile, single Slot GPU not-full-length I'd argue will give you very limited Choices.
Examples:
  • Intel Arc A310 ECO 4GB
  • NVIDIA Tesla P4 8GB
  • NVIDIA RTX 2000 6GB
  • NVIDIA RTX 3050 6GB

All of which to be honest are quite underpowered in Terms of VRAM.

Wouldn't you be better off buying some used Mac Mini M2/M3 with 16-32GB unified Memory at that Point (low RAM just in order to keep Price low, otherwise knock yourself out of course :cool:) ? I personally hate Apple Devices but to spend money on an underpowered Solution, you might as well get the real Thing IMHO.
Yeah, I would say that the Hailo8 is a combination of "crashy", "not well supported" and "kinda useless for its asking price". It also only has 32MB of SRAM so its not like you can load a model onto its memory and go to town - it'll constantly need to stream data in and out (which makes it that much less fun to deal with, really).

As for embedded NPUs? Hooh boy. That's a persistent minefield of proprietary drivers and custom tuned models to fit the little black silicon box that was custom made for the flashy-but-useless demos. This seem to apply for the Rockchip NPUs, the Qualcomm Hexagons (I recently ran into a massive headache trying to deal with the theoretically present NPU on my Snapdragon 8cx Gen 3...which turns out to be a waste of silicon), the AMD XDNA1s and others.

As for GPUs...it really depend on how old it is, how well supported it is by the vendor and its own physical characteristics - I have an RTX3050 Mobile with 4GB of VRAM sitting in this Thinkpad X1 Extreme Gen 4 on my desk....sounds great, right? Then I put some small models into it (the ones that fit into the VRAM) and ran some tests, and got inferencing numbers somewhat similar to the Radeon 780M on my Minisforum N5 Air (they were actually worse on Cuda versus Vulkan). Then I look at the memory bandwidth/theoretical FP16 numbers...and yeah, they are somewhat similar. When in doubt, look at the theoretical numbers for a reality check. The Vega 8 embedded on the t740 pulls about 3 TFlops on DDR4 (so about 60-70MB of memory bandwidth) so it's not great, but it's free and it's still better than having the CPU do the job. The E9173 did even worse on horsepower, and its VRAM bandwidth isn't that much versus the system RAM bandwidth on the Vega 8 iGPU...so yeah, it's not going to be useful.
 
Last edited:
  • Like
Reactions: nexox

WANg

Well-Known Member
Jun 10, 2018
1,549
1,180
113
48
New York, NY
Well... In a funny turn of events, I can not find my E9173. I must have decided it was so insignificant that I put it away where I can't find it. Since this computer is going to have a GUI (at least for a while), I was thinking that a 2gb card would be more than enough to use with the monitor and save the iGPU for any processing that it can do. I might look for a cheap wx4100 with 4gb, if I find one cheap enough, it probably has better video codecs that I might be able to use for other things if this AI device doesn't work out.

[edit] the wx4100 is older, so probably not a good choice for video use. Have to look for a cheap RX550 or RX 6400
Eh, your iGPU is not blocked/restricted while doing inferencing (hell, I am on my Framework 13 while it's inferencing on Vulkan) and unless you are playing Doom Eternal while running LLMs, it shouldn't really interfere. The 2D engine won't be impacted by the 3D engine/compute units being busy
 
  • Like
Reactions: Greg_E

Greg_E

Active Member
Oct 10, 2024
545
173
43
I've been fighting the idea of the igpu this whole time thinking I could get "more" if I used an extra gpu. I think I need to just take your advice and try. Probably going to get the OS installed tonight, think I'm going to try openSUSE LEAP16 first, I'm not really getting a feel for yast, and it's deprecated so might as well not try now. The AMD drivers should be mature enough to work with this "older" OS.

And once I get my feet wet, I'll probably switch to LEAP Micro for longer term use (assuming this hardware is even worth the effort). OpenSUSE because I'm still working toward Harvester which runs on Elemental which is a special flavor of SLE Micro. Trying to learn Kubernetes and going to run it on Leap micro.
 

Greg_E

Active Member
Oct 10, 2024
545
173
43
Ended up with Debian 13 as the OS for right now, leap 16 is giving me problems.

I have localAI running a few small models, they are all running from cpu getting about 5tok per second with some of the smaller models. But things like writing the yaml for a Kubernetes CSI nfs connection are not really giving a result. Some group policy questions are getting close to real answers (this is a gemma model), and even when I tell it to reference Monty Python and the Holy Grail, it can't tell me its favorite color, and didn't ask me which type of swallow for the speed of a swallow.

I'll have to figure out why it isn't seeing the igpu, probably missing drIvers or something. I may try openSUSE Tumbleweed, it should get the drivers installed.
 

luckylinux

Well-Known Member
Mar 18, 2012
1,716
578
113
Ended up with Debian 13 as the OS for right now, leap 16 is giving me problems.

I have localAI running a few small models, they are all running from cpu getting about 5tok per second with some of the smaller models. But things like writing the yaml for a Kubernetes CSI nfs connection are not really giving a result. Some group policy questions are getting close to real answers (this is a gemma model), and even when I tell it to reference Monty Python and the Holy Grail, it can't tell me its favorite color, and didn't ask me which type of swallow for the speed of a swallow.

I'll have to figure out why it isn't seeing the igpu, probably missing drIvers or something. I may try openSUSE Tumbleweed, it should get the drivers installed.
Which GPU are you using now? Or is it back to the Hailo8? I kinda got lost.

I have the following Stack: Proxmox VE AMD64 Host -> LXC unprivileged Container running Fedora 44 AMD64 -> Podman Rootless running Ollama inside the LXC Container and it works fine :) .

The only Thing needed for AMD is to properly setup the amd-container-toolkit Package inside the Container. That and correct LXC Permissions / Mappings of course. Nothing too complicated.

It's actually less ***** than NVIDIA. Whenever on my Desktop I update the NVIDIA Drivers, even if the Version is slighly different, a reboot is mandatory.

The Hailo8L I use with Frigate on a daily Basis on top of Proxmox VE AMD64 Host -> LXC unprivileged Container running Fedora 44 AMD64 -> Podman Rootless running Frigate.

Again, no special Issues, provided that the LXC Container has the correct Permissions / Mappings.
 

Greg_E

Active Member
Oct 10, 2024
545
173
43
Using the processor in the t740 which is and v1756b with Vega 8 igpu for right now, probably a simple fix that I'll look into tomorrow.
 

Greg_E

Active Member
Oct 10, 2024
545
173
43
Ok, so I installed an e9173 that just arrived, and now when I go to the model installation page, I get new choices for "bigger" models that weren't available before. Loading up a 10gb model to see how slow it will be, also need to test the small gemma model to compare the speed. And then I think I need to track down the non-free amd GPU drivers and get them installed to see if anything changes.

The other change in the model loading suggestions is I now get a couple video/image models available. So even though this is a nothing video card, it might be worth a few dollars.
 

Greg_E

Active Member
Oct 10, 2024
545
173
43
Asking gemma-4-e2b-it-qat-q4_0 the same "help me write a group policy to block copilot in windows 11" I'm now getting a more stable 4.5 tok/sec and about 50% or less CPU. This is slightly slower than CPU only.

I'll need to figure out how to combine everything I have to lend a hand in processing and see where I can get. Currently drawing 90 watts which is a limit on the supply, I might need to see if I can get more power for this thing.