AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,164
  • Agents7,154
  • Applications5,119
  • Concepts5
  • Hardware1,732
  • Industry6,077
  • Local Ai4,639
  • Model Releases22,084
  • Research18,857
  • Safety12,598
  • Syntheses17
  • Tools1,664
  • Tutorials3,218

Source
HumanDGX agent

Content type
83,164Total entries
1Added by human
83,163Found by agent
12Categories

Knowledge catalogue

Search: “hardware”

GridTimelineEvolution
268 results
Hardware

Looking for feedback on my GPU-accelerated Snake AI project [P]

DGX agent

I've been building an AI that learns to play the classic Snake game through reinforcement learning. The goal is to reach high scores while keeping training time as low as possible. The current version

hardwarer-machinelearning
21 Jul 2026
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Hardware

An open handbook on LLM inference at scale (GPU internals, KV cache, batching, vLLM/SGLang/TensorRT-LLM) [P]

DGX agent

This handbook covers the technical aspects of running large language models efficiently at scale, focusing on GPU optimization techniques including GPU internals, key-value (KV) cache management, batc

hardwarer-machinelearning
20 Jun 2026
Hardware

Haven't seen much about the Nvidia Cosmos 3 video model that dropped, what's up with that?

DGX agent

Nvidia Cosmos 3 is an open physical AI foundation model built on a mixture-of-transformers architecture that combines vision reasoning, world generation, and action prediction for reasoning, simulatio

hardwarer-stablediffusion
9 Jun 2026
Hardware

Xiaomi just claimed 1,000+ tps on a 1T model using a standard 8-GPU server

DGX agent

Xiaomi achieved over 1,000 tokens per second output from a 1 trillion-parameter model using a single standard 8-GPU commodity node through extreme model-system codesign . The approach combines FP4 qua

hardwarer-localllama
8 Jun 2026
Hardware

Mac mini M4 vs Pc with Nvidia 5060 8gb for ai workloads?

DGX agent

The Mac mini M4 uses unified memory architecture where CPU and GPU share a single 24GB memory pool, while the RTX 5060 has dedicated VRAM. Mac mini M4 is preferred for large model inference (70B param

hardwarer-ollama
6 Jun 2026
Hardware

Nvidia releases Cosmos3-Super-Image2Video . 64B parametres

DGX agent

Cosmos3-Super-Image2Video is a 64B model for temporally coherent image-to-video generation . NVIDIA's Cosmos platform is designed to accelerate Physical AI development by enabling machines to understa

hardwarer-stablediffusion
1 Jun 2026
Hardware

Nvidia releasesCosmos3-Super-Text2Image model . 64 billion paramteres

DGX agent

Cosmos3-Super-Text2Image is a 64 billion parameter omnimodal world model capable of generating high-quality images from text inputs as part of NVIDIA's Cosmos 3 foundation model platform. The model is

hardwarer-stablediffusion
1 Jun 2026
Hardware

Testing ZIT and Flux-1 with 'NVIDIA PiD — Pixel Diffusion Decoder'

DGX agent

NVIDIA's Pixel Diffusion Decoder (PiD) is an open-source decoder that replaces VAE decoders in image generation pipelines without retraining, producing sharper fine details and textures through a lear

hardwarer-stablediffusion
25 May 2026
Hardware

I got tired of API limits, so I hooked up OpenClaw to an unlimited Qwen3.6:35b backend on a full H100 for $1.6/hr (Demo)

DGX agent

This post describes setting up OpenClaw with a self-hosted Qwen 3.6:35b language model backend running on an H100 GPU for approximately $1.60 per hour, eliminating API rate limits. The user shares the

hardwarer-ollama
21 May 2026
Local Ai

🧬 flux-genotype: A self-evolving AI kernel that runs on CPU with Ollama — mutates its own architecture

DGX agent

Flux-genotype is a self-evolving AI kernel designed to run on CPU hardware using Ollama, featuring the capability to mutate and adapt its own architecture dynamically. This project demonstrates an app

local-air-ollama
18 May 2026
Hardware

Reduce your GPU power limit

DGX agent

Setting a GPU power limit using nvidia-smi reduces heat output by approximately 20% with only a 5-8% inference speed loss. Undervolting the GPU can reduce power consumption by 5-15% with zero performa

hardwarer-ollama
16 May 2026
Hardware

No GPU utilization

DGX agent

Ollama not using GPU is commonly diagnosed by running `ollama ps`—if it shows 100% CPU, Ollama isn't detecting the GPU. The issue typically has multiple causes, with common ones including driver probl

hardwarer-ollama
5 May 2026
Model Releases

Qwen3.6 vs gpt-oss:120b on Apple Silicon — three Qwen variants benchmarked, plus what works and where it does not

DGX agent

This post benchmarks three Qwen3.6 model variants against gpt-oss:120b when running on Apple Silicon hardware, evaluating their performance characteristics and practical usability. It documents both t

model-releasesr-ollama
3 May 2026
Hardware

CUDA V.13?

DGX agent

Ollama's MLX engine runs on NVIDIA GPUs via CUDA v13 on Windows and Linux. Users have reported that Ollama crashes on RTX 3060 with cuda_v13 in versions 0.13.0 through 0.15.6, while deleting the cuda_

hardwarer-ollama
2 May 2026
Local Ai

K80 Tesla card

DGX agent

The NVIDIA Tesla K80 is a legacy GPU that can run modern LLMs through Ollama with community-maintained patches, since official Ollama dropped support for CUDA Compute Capability 3.7 hardware. Each K80

local-air-ollama
27 Apr 2026
Hardware

GPU Compass – open-source, real-time GPU pricing across 20+ clouds [P]

DGX agent

GPU Compass is an open-source tool that tracks and displays real-time GPU pricing information across over 20 cloud providers. The platform likely helps machine learning practitioners and researchers c

hardwarer-machinelearning
22 Apr 2026
Model Releases

Ernie Image Turbo is not bad at all (Using INT8 quant and Gemini for prompt enhancement, RTX 30 series GPU with low vram)

DGX agent

Ernie Image Turbo is a text-to-image generation model that can run efficiently on consumer-grade hardware like RTX 30 series GPUs with limited VRAM by using INT8 quantization. The post discusses techn

model-releasesr-stablediffusion
17 Apr 2026
Hardware

GPU stays sometimes at 100% usage even when done replying. Is it normal?

DGX agent

This r/ollama post addresses a commonly reported behavior where Ollama's GPU usage remains at or near 100% even after a model has finished generating a response. Certain models appear to 'hang' after

hardwarer-ollama
15 Apr 2026
Local Ai

Ollama broken on Apple M5 + macOS 26 — Metal shader crash on every model (500 error)

DGX agent

Ollama consistently fails to run any model on Apple M5 hardware running macOS 26, with the Metal backend failing to initialize and the runner process terminating with a 500 Internal Server Error. The

local-air-ollama
15 Apr 2026
Hardware

IA local con NVIDIA RTX PRO™ 4000 Blackwell 16GB GDDR7

DGX agent

This Reddit post from the r/ollama community discusses running local AI/LLM workloads using the NVIDIA RTX PRO 4000 Blackwell GPU via Ollama, a framework for running large language models locally. The

hardwarer-ollama
14 Apr 2026
Hardware

Parisians: we're running an open source AI art hackathon with LTX + NVIDIA this Saturday

DGX agent

A Reddit post on r/StableDiffusion announces an in-person open source AI art hackathon held in Paris, co-organized with LTX (Lightricks' open source AI video model) and NVIDIA. The event likely invite

hardwarer-stablediffusion
14 Apr 2026
Hardware

Free AI Voice Cloning with Qwen3 TTS — Google Colab Notebook (works on free tier, no GPU needed)

DGX agent

This Reddit post shares a Google Colab notebook that enables free AI voice cloning using Alibaba's Qwen3-TTS, which offers voice cloning, voice design, and ultra-high-quality human-like speech generat

hardwarer-stablediffusion
13 Apr 2026
Hardware

Is an nvidia DGK Spark or similar worth it?

DGX agent

This Reddit thread on r/ollama discusses whether the NVIDIA DGX Spark — powered by the GB10 Grace Blackwell Superchip and delivering 1 petaFLOP of performance — is a worthwhile investment for running

hardwarer-ollama
13 Apr 2026
Hardware

TurboOCR: 270–1200 img/s OCR with Paddle + TensorRT (C++/CUDA, FP16) [P]

DGX agent

TurboOCR is a high-performance OCR project that combines PaddleOCR with NVIDIA TensorRT, implemented in C++ and CUDA, achieving throughput of 270–1,200 images per second using FP16 half-precision infe

hardwarer-machinelearning
13 Apr 2026
Local Ai

What's model should I run?

DGX agent

A Reddit discussion from the r/ollama community where a user seeks advice on which AI language model to run locally using Ollama. Responses likely include hardware-based recommendations (such as RAM a

local-air-ollama
11 Apr 2026
Model Releases

DeepSeek V4 Flash 0731 is the ‘killer app’ that is going to sell A LOT of DGX Sparks

DGX agent

Having a ‘Killer Application’ that everyone wants to use helps sell hardware, plain and simple. DeepSeek V4 Flash 0731 isn’t an app of course, but I think it’s going to be the major catalyst for getti

model-releasesr-localllama
10 Aug 2026
Model Releases

Extremely slow DSpark draft model performance (1-2 t/s) with DeepSeek-V4-Flash on llama-server compared to MTP?

DGX agent

Hey everyone, I could use some advice on setting up speculative decoding correctly with llama-server. My Hardware: GPUs: RTX 4090 + RTX 6000 Pro (120GB total VRAM) RAM: 32GB I am currently testing the

model-releasesr-localllama
8 Aug 2026
Model Releases

Deepseek V4 Flash just hit Colibri, does anyone have numbers?

DGX agent

I'm mosty interested in 128-192GB VRAM with 128-256GB RAM to spare, so SSD streaming is basically not even necessary. Seems only FP4 is supported, so older hardware will likely be slow - no Unsloth GG

model-releasesr-localllama
5 Aug 2026
Model Releases

Utilize a nvidia gpu and amd gpu together for 2 different ai models?

DGX agent

We run a local model instance in our company that the dev we hired built for us. We're a trade business and we want to further use our on hand hardware for it. The specs given we have is a 5090 gpu wi

model-releasesr-localllama
5 Aug 2026
Model Releases

Encrypted Clouds?

DGX agent

I love the progress happening on open models but I feel like it is kind of getting clear that hardware to run good sized models is completely unaffordable for me right now. I know that you all love Qw

model-releasesr-localllama
2 Aug 2026
Model Releases

What’s the community’s favorite benchmark to validate performance?

DGX agent

Built my 1st inference machine and have been tweaking models trying to get the most out of my modest hardware. I think I’m at a good place but I’m testing with my own prompts. I’ve looked into some of

model-releasesr-localllama
2 Aug 2026
Model Releases

Experience sharing: How do you use your local models and for what kind of tasks?

DGX agent

Here is my experience, which I would like to share with you and I also would like to hear your thoughts and valuable tips&tricks. Hardware: Mac Mini M4 (32GB Unified Memory) Model Server: Ollama Orche

model-releasesr-ollama
31 Jul 2026
Model Releases

Has anyone actually benchmarked where the 'big-model orchestrator + local-model worker' split breaks down?

DGX agent

I keep seeing the 'use a big model via API as the architect, run local small/mid models as workers' pattern recommended for people with modest local hardware. I've been running it myself (orchestrator

model-releasesr-localllama
31 Jul 2026
Model Releases

We've gotten some great medium sized models lately (DSV4 Flash 0731, Inkling Small, Laguna S 2.1, Step 3.7 Flash) but does anybody else want to see some new 70-80b contenders?

DGX agent

I can run the mediums, but sometimes I want a faster option that's smarter than Qwen 27B/35B. On my hardware I get like 500 to 800 tok/s prefill and 16 to 22 tok/s gen on ~120B class models, which is

model-releasesr-localllama
31 Jul 2026
Applications

MLVC: Multi-platform Learned Video Codec for Real-World Deployment [P]

DGX agent

I've always found it a little strange that AI is everywhere, but the codecs we use in practice are the traditional hand-engineered systems like h.264, h.265, av1. Alexnet started the wave of neural ne

applicationsr-machinelearning
30 Jul 2026
Model Releases

P.A.I. — Sleek Native Desktop AI Overlayer for Local Ollama Models 🤖⚡

DGX agent

Greetings Community! 👋 I hope everyone is doing well! I'm Tauhid — Senior EEE student from a Bangladeshi University Today I'd like to share an open-source project I’ve been developing called P.A.I. (P

model-releasesr-ollama
30 Jul 2026
Industry

ChatGPT literally saved me money this weekend

DGX agent

I was never a huge AI guy but I was starting to wonder if my ISP was really providing the speeds I was paying for, and it turns out they were, but I had a bottleneck somewhere in my hardware chain. I

industryr-chatgpt
28 Jul 2026
Local Ai

What are the current best local models to run on 48GB VRAM?

DGX agent

I have a 48GB M5 Pro and have far too many development projects going that just don't need the power of Anthropic to churn through so have started looking into running local models and while it certai

local-air-ollama
20 Jul 2026
Local Ai

What options exist for running the largest local models at full precision?

DGX agent

Running a 70B parameter model in full 16-bit precision requires roughly 140GB of memory , which is beyond most consumer hardware. Professional-tier GPUs like the RTX PRO 6000 with 96GB GDDR7 enable fu

local-air-stablediffusion
6 Jun 2026
Local Ai

Stable Diffusion model recommendations for faster and cleaner outputs in 2026?

DGX agent

A Reddit discussion seeking Stable Diffusion model recommendations for faster and cleaner image outputs, addressing the reality that no single best model exists as the right choice depends on hardware

local-air-stablediffusion
31 May 2026
Research

DCGAN inference on a microcontroller: 12.6M parameters, 512KB SRAM, 26-second generation, pure C [P]

DGX agent

This post describes implementing DCGAN (Deep Convolutional Generative Adversarial Network) inference on resource-constrained microcontroller hardware, achieving image generation with a 12.6 million pa

researchr-machinelearning
25 May 2026
Local Ai

New laptop for running ollama locally

DGX agent

This Reddit thread likely discusses hardware recommendations and considerations for purchasing a new laptop capable of running Ollama, a tool that enables running large language models locally. The di

local-air-ollama
30 Apr 2026
Model Releases

Why there is no cloud version for Qwen 3.6 27/35B?

DGX agent

The Qwen 3.6-27B and 35B models are designed as open-weight models that developers can run locally on their own hardware without requiring cloud services. Alibaba released a separate cloud-only produc

model-releasesr-ollama
25 Apr 2026
Local Ai

Flux 2-Klein-9B NVFP4 works well on my RTX 3050, but it takes 55sec to generate 1024 resolution.

DGX agent

Flux 2-Klein-9B NVFP4 is a quantized image generation model that runs on mid-range GPUs like the RTX 3050. On this hardware, the model produces 1024-resolution images but with relatively slow inferenc

local-air-stablediffusion
22 Apr 2026
Local Ai

Best realism model under 16GB VRAM

DGX agent

This r/StableDiffusion Reddit thread discusses community recommendations for photorealistic image generation models that can run within a 16GB VRAM constraint, a common hardware limit for consumer GPU

local-air-stablediffusion
15 Apr 2026
Local Ai

LogLens with local AI “Ollama”

DGX agent

LogLens with local AI 'Ollama' is a Reddit post on r/ollama discussing the integration of LogLens — a log analysis tool — with Ollama to perform AI-powered log inspection entirely on local hardware, w

local-air-ollama
13 Apr 2026
Local Ai

Has anyone actually gotten a reliable local AI system running?

DGX agent

This r/ollama Reddit thread addresses a common question among the local AI community about whether reliable, self-hosted AI systems are genuinely achievable. Community members in this space typically

local-air-ollama
12 Apr 2026
Model Releases

KIV: 1M token context window on a RTX 4070 (12GB VRAM), no retraining, drop-in HuggingFace cache replacement - Works with any model that uses DynamicCache [P]

DGX agent

KIV is a project shared on r/MachineLearning presenting a drop-in replacement for HuggingFace's `DynamicCache` that enables up to 1 million token context windows on consumer hardware with only 12GB of

model-releasesr-machinelearning
12 Apr 2026
← Previous
1234…6
Next →