unified-memory

Tag

Cards List
#unified-memory

Nexus: Depth-Adaptive KV-Cache Splicing and Retrieval-Decoupled Tool Routing for Agentic LLMs on Unified Memory

arXiv cs.AI · 16h ago Cached

Nexus proposes a depth-adaptive KV-cache splicing and retrieval-decoupled tool routing method for agentic LLMs on unified memory, reducing prefill overhead and improving time-to-first-token while maintaining output fidelity.

0 favorites 0 likes
#unified-memory

“The All Spark” Cluster: Upgrading from 16 - 36 DGX Sparks

Reddit r/LocalLLaMA · yesterday

The article details upgrading a personal homelab from 16 to 36 NVIDIA DGX Spark devices, forming a cluster for simultaneous AI inference tasks like model serving and media generation, chosen for cost-effectiveness and data sovereignty.

0 favorites 0 likes
#unified-memory

@TheAhmadOsman: Dense models like Qwen 3.8 27B are a TERRIBLE experience on unified-memory systems like DGX Spark btw DGX Sparks are be…

X AI KOLs Following · 2026-08-08 Cached

Ahmad Osman argues that dense models like Qwen 27B perform poorly on unified-memory systems such as NVIDIA DGX Spark, suggesting MoE models are a better fit; he claims discrete GPUs like the RTX PRO 6000 deliver far better performance for agentic workloads.

0 favorites 0 likes
#unified-memory

Serving Deepseek v4 Flash 0731 on 2x DGX Spark — 5-7 GB OS headroom, what would you do to lower VRAM usage and increase OS available RAM?

Reddit r/LocalLLaMA · 2026-08-07

User seeks community advice on reducing VRAM usage and freeing OS RAM when serving DeepSeek-V4-Flash-0731 on two DGX Spark machines with vLLM, sharing detailed configuration and memory measurements.

0 favorites 0 likes
#unified-memory

Verifiable Memory: Learning Unified Memory Management with Local and Global Verifiers for Large Language Model Agents

arXiv cs.AI · 2026-08-05 Cached

VerMem is a framework for unified memory management in LLM agents, using local and global verifiers with reinforcement learning to jointly control long-term and short-term memory. It outperforms strong baselines across five benchmarks with improved efficiency-performance trade-offs.

0 favorites 0 likes
#unified-memory

macbook unified memory + big LLM's + heat

Reddit r/LocalLLaMA · 2026-07-27

A user discusses the high heat generated when running large LLMs on MacBook Pro with unified memory, questioning if others run such models continuously or only for benchmarks, and seeks recommendations for a small model for constant use with agent tasks.

0 favorites 0 likes
#unified-memory

Apple M7 Ultra Chip Planned With Up to 1.5 TB of Unified Memory

Reddit r/LocalLLaMA · 2026-07-13 Cached

Apple is reportedly planning an M7 Ultra chip that could support up to 1.5 TB of unified memory, indicating a massive leap in memory capacity for future Macs.

0 favorites 0 likes
#unified-memory

Unified Memory, Explained: Why Mini PCs Can Run 70B Models a Big GPU Can't

Hacker News Top · 2026-07-10 Cached

Explains how unified memory in mini PCs allows them to run large 70B parameter AI models that exceed the VRAM capacity of high-end GPUs, though at slower speeds due to lower memory bandwidth.

0 favorites 0 likes
#unified-memory

We need a 80-160B model urgently. The unified memory device market needs more Models.

Reddit r/LocalLLaMA · 2026-06-17

The author argues that there is an urgent need for AI models in the 80-160B parameter range to support users with unified memory devices (e.g., high-RAM Apple/AMD systems), as recent models are either too small or too large for their hardware.

0 favorites 0 likes
#unified-memory

AMD touts the unified memory architecture

Reddit r/LocalLLaMA · 2026-06-11

AMD touts unified memory architecture as a key enabler for next-gen products like the Ryzen AI MAX 400 series (Gorgon Halo), shaping their product roadmaps for AI and compute workloads.

0 favorites 0 likes
#unified-memory

Nvidia RTX Spark comes to Windows PCs with Arm CPU, RTX GPU, and unified memory

Ars Technica · 2026-06-01 Cached

Nvidia announced RTX Spark, an Arm-based chip for Windows PCs combining a 20-core Grace CPU, up to 6,144 Blackwell GPU cores, and up to 128GB unified memory, aiming to bring high performance and AI capabilities to slim laptops and compact desktops.

0 favorites 0 likes
#unified-memory

@AYi_AInotes: Damn, NVIDIA and Jensen Huang really have something huge up their sleeves. It's absolutely insane. Today, the whole internet is sharing this laptop by Jensen Huang that can run 3A games at full frame rate even when unplugged, but most people are missing the point. Gaming is just the sugar coating. The real bomb is the 128GB unified memory, which means that a thin and light laptop on your desk can locally…

X AI KOLs Timeline · 2026-06-01 Cached

The article reviews NVIDIA's new laptop. Its 128GB unified memory enables local execution of a 200B parameter large model, maintains frame rate when unplugged, and targets users needing local AI deployment. It considers this an important step in bringing data center capabilities to portable devices.

0 favorites 0 likes
#unified-memory

@tunguz: If they can come up with a "mini" version of DGX Spark that's under $1K they could be printing money like there is no t…

X AI KOLs Timeline · 2026-05-30 Cached

A tweet speculates that a sub-$1K mini version of NVIDIA's DGX Spark could be highly profitable, while a quoted tweet discusses upcoming NVIDIA N1 and N1X ARM-based laptop chips targeting Apple's thin laptop market.

0 favorites 0 likes
#unified-memory

Systematic Optimization of Real-Time Diffusion Model Inference on Apple M3 Ultra

arXiv cs.LG · 2026-05-19 Cached

This paper presents a systematic optimization study of real-time diffusion model inference on the Apple M3 Ultra, achieving 22.7 FPS at 512x512 resolution using CoreML conversion and a distillation model, revealing that CUDA-optimized techniques do not directly transfer to Apple's unified memory architecture.

0 favorites 0 likes
#unified-memory

AMD's tiny AI PC points to a more local future for model inference

Reddit r/ArtificialInteligence · 2026-05-18 Cached

AMD's Ryzen AI Max platform with 128GB unified memory enables local inference of large models up to 200 billion parameters, aiming to shift AI workloads from cloud to compact personal hardware.

0 favorites 0 likes
#unified-memory

@mr_r0b0t: If you have 24-128GB unified memory and use @NousResearch Hermes agents, this is for you! You now run FULLY LOCAL agent…

X AI KOLs Timeline · 2026-05-13 Cached

Announces the ability to run fully local agent teams using NousResearch Hermes agents on systems with 24-128GB unified memory. Each agent has its own Hermes session and works collaboratively via a local orchestrator on long-running tasks.

0 favorites 0 likes
#unified-memory

MTP+GGML_CUDA_ENABLE_UNIFIED_MEMORY=1 - llama.cpp

Reddit r/LocalLLaMA · 2026-05-12

A user benchmarks token generation speed on llama.cpp with the GGML_CUDA_ENABLE_UNIFIED_MEMORY=1 flag, comparing performance with and without MTP (Multi-Token Prediction). Results show a significant speedup from 49 tok/s to 64 tok/s when MTP is enabled on an RTX5090 with a Qwen3.6-27B model.

0 favorites 0 likes
#unified-memory

@MemoryReboot_: Why Mac Studio is a trap for local AI - Large unified memory looks sexy on paper - Great for chatbots, terrible for 24/…

X AI KOLs Timeline · 2026-05-09

The article argues that the Mac Studio is a poor choice for 24/7 local AI workflows due to the lack of CUDA support and non-upgradable hardware, despite its large unified memory.

0 favorites 0 likes
← Back to home

Submit Feedback