blackwell

Tag

Cards List
#blackwell

Firebird Launches CIS Region’s Largest AI Factory in Armenia

NVIDIA Blog · 4d ago Cached

Firebird launched the CIS region's largest AI factory in Armenia, powered by NVIDIA accelerated computing and Dell infrastructure, with plans to deploy over 70,000 NVIDIA GPUs and 300 MW of capacity by 2027. NVIDIA also intends to invest in Firebird as part of a broader 2-gigawatt roadmap across Armenia, Kazakhstan, and other markets.

0 favorites 0 likes
#blackwell

40% speedup of MoE training with faster megakernel, by cursor, of all people (for B200s)

Reddit r/LocalLLaMA · 2026-08-05 Cached

Cursor open-sources Mixture-of-Kittens (MoK), a deterministic MoE training megakernel for NVIDIA Blackwell GPUs that fuses computation and communication, delivering up to 2.37x speedup over baseline implementations.

0 favorites 0 likes
#blackwell

@QuixiAI: "Your evidence substantially supports the claim that NVIDIA intentionally shaped its software ecosystem to make valuabl…

X AI KOLs Following · 2026-08-01 Cached

The tweet shares evidence that NVIDIA intentionally shapes its software ecosystem to make newer workflows appear Blackwell-exclusive while leaving Ampere paths unsupported, advising users to wait before upgrading and suggesting NVIDIA's moat is weakening in favor of Intel and AMD.

0 favorites 0 likes
#blackwell

Ornith-397B running at Q4 on a single RTX PRO 6000 Blackwell 96GB - 2,354 tok/s prefill, ~20–24 tok/s decode

Reddit r/LocalLLaMA · 2026-07-27

Krasis, a MoE-focused runtime, enables running the 397B-parameter Ornith model on a single RTX PRO 6000 Blackwell 96GB GPU with ~20-24 tok/s decode by dynamically managing expert residency in VRAM.

0 favorites 0 likes
#blackwell

Deepseek V4 Flash ~105 t/s on two Nvidia 4090d 48G (ada) in vLLM

Reddit r/LocalLLaMA · 2026-07-23

Technical post detailing how to run DeepSeek V4 Flash on two Nvidia 4090d GPUs using custom Triton kernels and vLLM, achieving ~105 tokens/second with 262k context.

0 favorites 0 likes
#blackwell

@PyTorch: Open Source Amplifies the Full-Stack Advantage to Power the Lowest Token Cost. PyTorch is a leading example: Launched i…

X AI KOLs Timeline · 2026-07-21 Cached

NVIDIA details how its full-stack inference software, co-developed with open-source ecosystems like PyTorch, reduces token costs by up to 5x on Blackwell GPUs, with real-world deployments from Baseten, Cognition, Deep Infra, and others demonstrating performance gains.

0 favorites 0 likes
#blackwell

baseten/GLM-5.2-Vision-NVFP4

Hugging Face Models Trending · 2026-07-20 Cached

Baseten releases GLM-5.2-Vision, a vision-language model that adds MoonViT vision encoder to GLM-5.2 via a trained PatchMerger projector, keeping the text backbone and vision tower frozen. The model is quantized to NVFP4 for efficient inference on Blackwell hardware.

0 favorites 0 likes
#blackwell

If you had a 384GB (4x Blackwell), what model would you put on it and why?

Reddit r/LocalLLaMA · 2026-07-15

User asks the community for recommendations on which large language model to deploy on a high-end local setup with 4 RTX PRO 6000 GPUs (384GB total), primarily for internal company policy management and thinking tasks.

0 favorites 0 likes
#blackwell

Why Performance per Watt Is the Ultimate Metric for AI Infrastructure Efficiency

NVIDIA Blog · 2026-07-14 Cached

NVIDIA argues that performance per watt is the key metric for AI infrastructure efficiency, highlighting how its Blackwell and Vera Rubin platforms achieve up to 25x improvement over Hopper for MoE models.

0 favorites 0 likes
#blackwell

@rickawsb: NVIDIA also believes storage is a bigger bottleneck than GPUs — Decoding NVIDIA's latest article. NVIDIA's newly released 'AI Model Co-Design' is a technical article introducing TensorRT-LLM and Blackwell, but also a roadmap for large model design and AI infrastructure in the coming years...

X AI KOLs Following · 2026-07-14 Cached

This article provides an in-depth interpretation of NVIDIA's newly released 'AI Model Co-Design' paper, pointing out that in AI inference scenarios, storage (memory bandwidth, weight reading) has replaced GPU compute as the primary bottleneck. It elaborates on the design strategies of TensorRT-LLM and Blackwell architecture around the Roofline model, emphasizing that reducing data movement is more critical than improving compute power.

0 favorites 0 likes
#blackwell

@haoailab: Can Attention-FFN Disaggregation still win on the newest rack-scale GPU systems? We built FastAFD, an open-source AFD r…

X AI KOLs Timeline · 2026-07-13 Cached

FastAFD is an open-source serving system for Attention-FFN Disaggregation of MoE models on Blackwell NVL72, achieving 1.35-1.45× per-GPU decode throughput improvement over colocated MoE serving.

0 favorites 0 likes
#blackwell

@MichaelGannotti: https://x.com/MichaelGannotti/status/2076024719371841537

X AI KOLs Timeline · 2026-07-11 Cached

A detailed report on optimizing a production vLLM serving configuration on NVIDIA's DGX Spark, correcting flags that were costing 34% MTP acceptance after reviewing 90+ official NVIDIA documents and running a 69-scenario tool evaluation.

0 favorites 0 likes
#blackwell

@rohanpaul_ai: NVIDIA's newly published report says its Blackwell inference stack cut DeepSeek V4 token costs by up to 5x in one month.

X AI KOLs Following · 2026-06-30 Cached

NVIDIA reported that its Blackwell inference stack reduced DeepSeek V4 token costs by up to 5x in one month.

0 favorites 0 likes
#blackwell

@AaronWeiHuang: Our new blog looks at how FP4 is moving beyond compression into a practical primitive for training and inference across…

X AI KOLs Following · 2026-06-30 Cached

NVIDIA's blog details how FP4, with the NVFP4 format and Blackwell hardware, has evolved from a compression trick to a practical primitive for training and inference across LLMs and diffusion models, achieving near 16-bit accuracy.

0 favorites 0 likes
#blackwell

How NVIDIA’s Inference Software Stack Powers the Lowest Token Cost

NVIDIA Blog · 2026-06-30 Cached

NVIDIA's full-stack inference software, codesigned with hardware, has reduced token costs by up to 5x on the Blackwell platform in just one month, enabling lower cost per token for AI factories. Companies like Baseten, Cognition, Deep Infra, and Together AI are using the stack to optimize inference performance.

0 favorites 0 likes
#blackwell

@ZhihuFrontier: GPU programming changed because Tensor Cores became too fast to feed Zhihu contributor THU-PACMAN实验室 shared a sharp bre…

X AI KOLs Timeline · 2026-06-30 Cached

A detailed analysis of how NVIDIA GPU programming evolved from Volta to Blackwell, highlighting the shift from synchronous thread models to asynchronous dataflow and the challenges of feeding Tensor Cores. The article discusses new hardware features like TMA, TMEM, and tcgen05 MMA, and shows how modern kernels like FlashAttention-3 and FlashMLA exploit these changes for higher utilization.

0 favorites 0 likes
#blackwell

@SpaceTimeViking: Announcing Orinth 1.0 AEON ULTIMATE UNCENSORED! BF16 and Quantized in NVFP4 for the DGX Spark / Blackwell arch. Preserv…

X AI KOLs Timeline · 2026-06-27 Cached

Announcing Orinth 1.0 AEON ULTIMATE UNCENSORED, a model with BF16 and NVFP4 quantization for DGX Spark/Blackwell architecture, claiming 200-300% performance improvement with working DFlash.

0 favorites 0 likes
#blackwell

@RayFernando1337: What hardware do I need to fit this monstrosity at a decent token per second?

X AI KOLs Following · 2026-06-27 Cached

A user asks about hardware requirements for serving GLM-5.2 in NVFP4 format, which vLLM now supports with reduced memory footprint and maintained accuracy.

0 favorites 0 likes
#blackwell

96 gig 5090s from Shenzhen's Huaqiangbei

Reddit r/LocalLLaMA · 2026-06-27

Reports of a 96GB VRAM modded RTX 5090 (Blackwell RTX 6000) are confirmed from Shenzhen's Huaqiangbei market, priced around $8,200 total for the hacked card.

0 favorites 0 likes
#blackwell

Locked Dell quote for 6x RTX PRO 6000 Max-Q at $8,960 — expires tonight. What would you do?

Reddit r/LocalLLaMA · 2026-06-25

A user discusses a locked Dell quote for 6x RTX PRO 6000 Max-Q GPUs at a discounted price to build an inference cluster for GLM 5.2, asking the community for advice on purchasing strategy before the quote expires.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback