GPU-Accelerated LLM on an Orange Pi
blog.mlc.ai
GPU-Accelerated LLM on an Orange Pi
1–10 of 84 posts
Re: GPU-Accelerated LLM on an Orange Pi
#2Re: GPU-Accelerated LLM on an Orange Pi
#3I've been thinking of this. It's just fascinating to me to have a small device that you can converse with and knows almost everything. Perfect for preppers / survivalists. Store it in a faraday cage along with a solar generator.
It really doesn't. It doesn't even know what it knows and what it doesn't know. Without ways to check up on whether what it told you is true or not you may well end up in more trouble than where you were before.
Re: GPU-Accelerated LLM on an Orange Pi
#4I've been thinking of this. It's just fascinating to me to have a small device that you can converse with and knows almost everything. Perfect for preppers / survivalists. Store it in a faraday cage along with a solar generator.
> knows almost everything It really doesn't. It doesn't even know what it knows and what it doesn't know. Without ways to check up on whether what it told you is true or not you may well end up in more trouble than where you were before.
It’s less likely to hallucinate this way.
Re: GPU-Accelerated LLM on an Orange Pi
#5How many users would realistically be able to use it at the same time when running on such a device? I am interested in its scalability.
Re: GPU-Accelerated LLM on an Orange Pi
#6Re: GPU-Accelerated LLM on an Orange Pi
#7Earlier quoted context omitted.
> knows almost everything It really doesn't. It doesn't even know what it knows and what it doesn't know. Without ways to check up on whether what it told you is true or not you may well end up in more trouble than where you were before.
How about a local wikipedia dump, with precalculated embeddings? Then you can perform a similarity search first and feed the results to the LLM. It’s less likely to hallucinate this way.
Re: GPU-Accelerated LLM on an Orange Pi
#8Re: GPU-Accelerated LLM on an Orange Pi
#9Earlier quoted context omitted.
> knows almost everything It really doesn't. It doesn't even know what it knows and what it doesn't know. Without ways to check up on whether what it told you is true or not you may well end up in more trouble than where you were before.
How about a local wikipedia dump, with precalculated embeddings? Then you can perform a similarity search first and feed the results to the LLM. It’s less likely to hallucinate this way.
Re: GPU-Accelerated LLM on an Orange Pi
#10Nice achievement. How many users would realistically be able to use it at the same time when running on such a device? I am interested in its scalability.