Ask HN: Which LLMs can run locally on most consumer computers
1–10 of 96 posts
Re: Ask HN: Which LLMs can run locally on most consumer computers
#2Re: Ask HN: Which LLMs can run locally on most consumer computers
#3I assume the question is rather which LLM can cover most of the tasks while delivering decent quality. I would prefer an architecture using different LLM for different tasks rather like 'specialists' instead of simple 'agents'. I used to take the main task and divide it in smaller tasks and see what can I use to solve the problem. Sometimes rule-based approaches can be already enough for a sub-task and LLM would be n…
Re: Ask HN: Which LLMs can run locally on most consumer computers
#4Re: Ask HN: Which LLMs can run locally on most consumer computers
#5I was able to successfully run Llama 3 8B, mistral 7B, phi and other 7B models using Ollama [1] on my M1 MacBook Air. [1] https://ollama.com
Is there a way to reliably package these models with existing games and make them run locally? This would virtually make inference free right?
What I think is, from my limited understanding about this field, if smaller models can run on consumer hardware reliably and speedily that would be a game changer.
Re: Ask HN: Which LLMs can run locally on most consumer computers
#6Re: Ask HN: Which LLMs can run locally on most consumer computers
#7Mistral is pretty good, and delivers solid results.
Re: Ask HN: Which LLMs can run locally on most consumer computers
#8Mistral is pretty good, and delivers solid results.
Interesting - is it viable do you think to package a llm like that with an existing game and run it locally - I assume it will be intensive to run but wouldn't that eliminate inference costs?
Re: Ask HN: Which LLMs can run locally on most consumer computers
#9Earlier quoted context omitted.
Interesting - is it viable do you think to package a llm like that with an existing game and run it locally - I assume it will be intensive to run but wouldn't that eliminate inference costs?
Why would you get costs with a local model?
Re: Ask HN: Which LLMs can run locally on most consumer computers
#10Earlier quoted context omitted.
Why would you get costs with a local model?
yeah that's what I'm saying - it would eliminate inference costs. What I was asking is how feasible is it to package these local llms with another standalone app. For ex. a game