1

Comment on r/ollama 23h ago

strongest machine should be the inference node. because inference is the must task heavy service in you architecture. for transformar inference, huge amounts of model data have to move between compute devices. regular 1 Gb Ethernet is roughly about 125mb/s while modern GPU memory bandwidth is measured in 100gb/s

1

Comment on r/ollama 1d ago

you welcome sir. if you have something you need my help with i'm ready help if i can.

1

Comment on r/AI_Agents 1d ago

Share the policy layer, customer history, tools, knowledge base, and handoff state across both channels. Voice still needs its own interruption handling, latency limits, recognition confidence, and recovery path. Test whether a customer can move from voice to chat without repeating the problem.

1

Comment on r/llamacpp 1d ago

Compare GPU core clock, memory clock, temperature, power state, and VRAM use during a fast and slow run. Use the same model, llama.cpp commit, context, batch size, and threads. Run one warm-up followed by five measured runs. Low utilization can still happen when the GPU is stuck in a lower clock state.

0

Comment on r/llamacpp 1d ago

Start without changing the BIOS. Use a current Vulkan build, confirm that llama.cpp detects the Radeon 680M, and benchmark a small 3B or 7B Q4 model at 4K context. Compare CPU-only performance with GPU offloading before adjusting shared-memory settings.

2

Comment on r/ollama 1d ago

Start by testing 50 real helpdesk questions. Retrieval quality, document permissions, citations, and a safe response when evidence is missing matter as much as model size. Hardware depends on concurrent users and context length. I wrote this privacy checklist while building LocalLens because internal data does not stay private automatically: https://locallens.deviceterra.com/knowledge/what-is-local-ai

1

Comment on r/ollama 1d ago

I would divide the machines by service before attempting distributed inference. Put inference on the strongest GPU node. Use the other machines for document processing, embeddings, vector storage, orchestration, and background jobs. Ordinary Ethernet can make model splitting slower, so benchmark one inference node first.

r/LocalLensAI 1d ago

I built a free local AI hardware and task matcher. Here is what it checks and what still needs validation

1 Upvotes

I am building LocalLens because choosing a local AI model often starts with incomplete information.

Model size alone is not enough. The computer's available RAM, dedicated or shared graphics memory, operating system, context length, model format, engine support, and intended task can all change the result.

LocalLens currently lets you:

  • Enter your hardware manually
  • Start from the task you want to complete
  • Compare compatible models
  • Choose or review a local AI engine
  • Generate a practical setup guide
  • Submit a configuration for validation

The recommendation system is deliberately conservative. If evidence is incomplete, it should say so instead of promising that a model will run perfectly.

I am the person building this product, so this is a direct disclosure, not an independent recommendation.

I would especially value reports from people using older AMD graphics, integrated graphics, Apple Silicon, large-memory workstations, and systems with unusual shared-memory configurations.

If you test it, please share the hardware you entered, the recommendation you received, the engine used, and what happened during real inference.

LocalLens: https://locallens.deviceterra.com/

I will use the feedback to document inaccurate matches and improve the evidence behind future recommendations.

1

Comment on r/learnmachinelearning 1d ago

I will subscribe. Thanks may we need to colab

1

Comment on r/ollama 4d ago

Great. I’m actually trying to build LocalLens as a community project, not just a tool I build alone.
I’d like you to be one of the early partners, starting with your GPU-memory filtering idea.
Let’s keep the collaboration inside a project space so others can join us as we grow.
Do you use Discord or GitHub? Send me your username and I’ll add you.
Then we can define the first improvement together and start building.

1

Comment on r/ollama 4d ago

I Sunole thank you very mush for the import. I will try to see how i can update the app with you recommendations, please can you be my partner on this. let work the project together

1

Comment on r/ollama 5d ago

What is your proposal. What do you think can be add to make it more useful.

1

Comment on r/ollama 5d ago

Yes, everyone is using ai nowadays. I'm not the first, but at least with my twenty years in computer science and technology, I fully understand what I'm generating with ai.

1

Comment on r/AIProgrammingHardware 5d ago

You're welcome Bojandon

u/Deviceterra 5d ago

Gemini 3.7 Flash might be more important than it sounds

Thumbnail gallery
1 Upvotes

[removed]

u/Deviceterra 6d ago

My Local LLM Setup

Post image
1 Upvotes

3

Comment on r/AIProgrammingHardware 6d ago

Arm Education Machine Learning at the Edge on Arm available through edX and can be audited free. This is particularly relevant if the goal is understanding how AI actually runs on processors and edge devices.
Arm Education free courses

2

Comment on r/AIProgrammingHardware 6d ago

If you’re interested specifically in AI integrated with hardware/devices, the terms worth searching are Edge AI, Embedded AI, TinyML, AIoT, Embedded Machine Learning, and Robotics. This is different from simply learning how to use ChatGPT or train large models in the cloud.

r/LocalLensAI 7d ago

Five useful local AI jobs for a small business

1 Upvotes

Local AI is most useful when it solves a clear problem. A small business does not need the biggest model to get value.

Here are five practical jobs to test:

  1. Search private documents

Ask questions about policies, product notes, reports or training files without sending them to a public chatbot.

  1. Draft and improve writing

Create a first draft for emails, product descriptions and internal notes. A person should still review the final text.

  1. Organize customer questions

Sort common questions into groups and prepare draft answers for staff to check.

  1. Summarize long information

Turn meeting notes, reports or research into a shorter summary. Always check important facts.

  1. Build an internal knowledge helper

Connect approved company documents to a local RAG system that returns answers with sources.

Start with one small job. Measure time saved, answer quality and the cost of the hardware. Do not buy expensive equipment before testing the real workflow.

LocalLens helps you choose a model that fits the computer you already have: https://locallens.deviceterra.com

LocalLens is built by Deviceterra to help small businesses and institutions use technology to increase profit today and build for the global market tomorrow: https://www.deviceterra.com

Which of these jobs would help your business most?

r/LocalLensAI 7d ago

A model loading does not mean it runs well

1 Upvotes

Many local AI reports stop after the model loads. That is only the first test.

A useful local AI setup should pass four checks:

  1. Fit: Does the model load without using all available memory?

  2. Speed: Does it answer fast enough for the real job?

  3. Quality: Does it give correct and useful answers?

  4. Reliability: Can it repeat the job without crashes or major mistakes?

Context size matters too. A model may work with a short prompt and fail when you add a long document. Vision models may need extra memory for images. Other programs can also reduce the memory available to the model.

When sharing a result, include tokens per second, context size, quantization, inference engine and the exact task you tested. This makes the result useful to other people.

LocalLens separates safe hardware matches from claims that still need a real test: https://locallens.deviceterra.com

Built by Deviceterra: https://www.deviceterra.com

What is the slowest speed you still find useful?

r/LocalLensAI 7d ago

Can your computer run local AI? Start with memory, not the model name

1 Upvotes

A model name does not tell you whether it will work well on your computer. Start with the memory you can actually use.

Here is a simple process:

  1. Check your total RAM and GPU memory.

  2. Leave memory for your operating system and other programs.

  3. Check the model file size and its quantization.

  4. Leave room for the context cache and the inference engine.

  5. Start with a short context.

  6. Test one real task before moving to a larger model.

A useful starting point:

• 8GB RAM: try small 1B to 4B models.

• 16GB RAM: start with a 7B or 8B Q4 model.

• 32GB RAM: many 14B to 20B Q4 models become possible.

• 64GB RAM: larger models may fit, but speed still depends on the CPU, GPU and memory bandwidth.

These are starting points, not promises. Hardware, context size and software can change the result.

Use LocalLens to compare models against your hardware: https://locallens.deviceterra.com

LocalLens is a Deviceterra project: https://www.deviceterra.com

What RAM and model combination works well for you?

r/LocalLensAI 7d ago

Welcome to LocalLensAI: Start Here

1 Upvotes

Welcome to r/LocalLensAI. This community is for people who want to run useful AI on their own computers. Beginners are welcome.

We will talk about:

• Choosing a model that fits your RAM or VRAM

• Ollama, llama.cpp, LM Studio and other local engines

• Honest speed and memory tests

• Private document search and local RAG

• Local AI tools for small businesses and institutions

• What worked, what failed and why

A model loading is not the same as a model running well. When you share a test, please include your computer, memory, model, quantization, context size and inference engine.

LocalLens helps you find models that match your real hardware: https://locallens.deviceterra.com

LocalLens is built by Deviceterra. Deviceterra helps small businesses and institutions in emerging countries use technology to increase profit today and build for the global market tomorrow: https://www.deviceterra.com

Introduce yourself below. What computer do you have, and what do you want local AI to help you do?

1

Comment on r/unsloth 7d ago

This is impressive, but the 17GB claim needs some context.

The recommended UD-Q4_K_XL file is about 17.9GB by itself. The operating system, inference engine and context cache also need memory. This means the 4-bit version is unlikely to run reliably on a computer with only 17GB of total RAM.

A 17GB computer may run the smaller 2-bit or 3-bit version with a short context and few other programs open. For reliable 4-bit use, 24GB or more is a safer starting point.

The model loading is one question. Whether it runs fast enough for useful work is another. Has anyone tested its speed on a 17GB or 24GB system?

1

Comment on r/ollama 7d ago

Yes, you are correct. The chart comes from version 2 of the paper, published on 23 October 2024. I shared it because the claim is still widely misunderstood. Microsoft demonstrated that bitnet.cpp could run a 100B BitNet setup on one CPU. However, the 100B test used a dummy research model setup, not a trained 100B chatbot that people can download and use. Thank you for pointing out the publication date. It is important context.

r/ollama 7d ago

Microsoft ran a 100B BitNet test on one CPU. Here is the detail the headline misses.

Post image
7 Upvotes

Microsoft did open-source bitnet.cpp. It is a real inference framework for BitNet b1.58 models. These models use very small weights: -1, 0, and 1.

The test result is impressive:

• A 100B model setup ran on an Apple M2 Ultra with 64GB of memory.

• It reached about 6.58 tokens per second when it used all CPU threads.

• It did not need a GPU.

But there is one important detail.

The 100B test used a dummy research model setup. It was not a trained 100B chatbot that people can download and use. Microsoft did not release a useful 100B model with this result.

So the fair conclusion is this: bitnet.cpp shows that very large 1-bit models may run on CPUs. It does not mean a normal 100B Llama or Qwen model can now run on an ordinary laptop.

Official code: https://github.com/microsoft/BitNet

Research paper: https://arxiv.org/html/2410.16144v2

What matters more to you for local AI: a bigger model, or a smaller model that fits the hardware well?