MultiRanker
※ 当サイトはアフィリエイトリンクを使用しています。Amazon のアソシエイトとして、適格販売により収入を得ることがあります。
GPU · ID 1

NVIDIA GeForce RTX 5090

RTX 5090NVIDIA2025年発売MSRP $1999
現在の最安(実質支払額)
¥755,800
ローカル LLM 適性
S
70B量子化 / 32B FP16 まで
VRAM
32GB
TDP
575W
CUDA cores
21,760
Memory Bus
512bit

AI / LLM 用途の適性

ローカル LLMS
70B量子化 / 32B FP16 まで
画像生成 (SDXL / Flux)S
SDXL/Flux 余裕・Flux LoRA学習/動画生成も可

※ 適性は VRAM 容量から決定論的に算出。動作可否はソフト/ドライバ バージョンにも依存するため、下の「コミュニティの注意点」も参照。

価格推移(最安実質支払額)

日次スナップショットの最安値を記録。下降(緑)= 買い時、上昇(赤)= 様子見。

モール横断 価格比較

実質支払額 = 価格 + 送料 − ポイント還元(典型ユーザー想定)
いま最安は Yahoo!ショッピング
−¥313,391次に安いモールより得
最安
Yahoo!ショッピング
¥755,800
商品価格¥755,800
送料¥0
ポイント
Yahoo!ショッピングで見る
楽天市場
¥1,069,191
商品価格¥1,079,990
送料無料
ポイント−¥10,799
楽天市場で見る
Amazon
検索リンク

商品名で検索。価格は Amazon で確認(自動取得は Phase 2)。

Amazonで見る

コミュニティの注意点・つまずきポイント (20)

GitHub Issue は「不具合が起きた時」に立つため、件数=動作不可ではありません。 多くはドライバ設定 / ソフトのバージョン / 特定ワークフローの VRAM 設定に 起因します。購入前に把握しておくと役立つ論点として要約します。

  • localllmDeepSeek-V4-FlashモデルのTP=16設定で、SM120アーキテクチャにおいてDSV4 sparse MLA decode specializationエラーが発生した。 出典→
  • localllmDeepSeek V4モデルをTP2 x PP3構成でvLLM V2上で動作させ、テキストおよびビジョン推論が正常に完了した。 出典→
  • localllmVulkanバックエンドでQwen3モデル(Q2_K/Q3_K_M/Q4_K_M量子化)を動作させ、MUL_MAT最適化によりpp512のトークン生成速度が向上した。 出典→
  • localllmNVFP4量子化されたQwen3.8-27B-MTPモデルでMTP投機的デコーディングとOffloadingConnectorを併用した際にクラッシュ 出典→
  • localllmVulkanバックエンドでtopk_moe融合を有効化し、Qwen3-30B-A3Bやgpt-oss-20bなどのMoEモデルのprefill速度が向上した。 出典→
  • localllm24GB VRAM環境でOLLAMA_CONTEXT_LENGTHを98304に設定したが、無効な環境変数として警告が出てデフォルト値にリセットされる。 出典→
元レポートを全て見る(20 件)
localllm2026-09-06

### Your current environment <details> <summary>collect_env output (head node, worker node is identical hardware/software)</summary> ``` Collecting environment information... =======================

{"text":"DeepSeek-V4-FlashモデルのTP=16設定で、SM120アーキテクチャにおいてDSV4 sparse MLA decode specializationエラーが発生した。"}

vllm-project/vllm· @xzwgit出典 →
localllm2026-09-06

## Purpose DeepSeek V4 MegaMoE routing consumes the original token IDs in every decoder layer. Under pipeline parallelism, the V2 runner only supplies `input_ids` to the first pipeline rank, while la

{"text":"DeepSeek V4モデルをTP2 x PP3構成でvLLM V2上で動作させ、テキストおよびビジョン推論が正常に完了した。"}

vllm-project/vllm· @ZacharyZcR出典 →
localllm2026-09-05

## Overview Optimize m=1 by swapping A and B matrices. codex rediscovered this then told me ggml-cuda already did this in #26171. Optimize small m (e.g. m=32) by changing tile size selection heu

{"text":"VulkanバックエンドでQwen3モデル(Q2_K/Q3_K_M/Q4_K_M量子化)を動作させ、MUL_MAT最適化によりpp512のトークン生成速度が向上した。"}

ggerganov/llama.cpp· @jeffbolznv出典 →
localllm2026-09-05

### Your current environment - vLLM version: 0.26.0 (`vllm/vllm-openai:latest`, image digest `sha256:ffb2d59b1c059a5bd8d781320c9f5189de8293693b7d95da54befddaa54abf52`, pulled 2026-07-25) - GPU: 1x NV

{"text":"NVFP4量子化されたQwen3.8-27B-MTPモデルでMTP投機的デコーディングとOffloadingConnectorを併用した際にクラッシュ"}

vllm-project/vllm· @alienflyer出典 →
localllm2026-09-05

## Overview Use the new add_alloc_dep to help topk_moe output to not overlap input tensors, so it can run fused. ``` before Z:\github\jeffbolznv\llama.cpp\build\bin\RelWithDebInfo>llama-benc

{"text":"Vulkanバックエンドでtopk_moe融合を有効化し、Qwen3-30B-A3Bやgpt-oss-20bなどのMoEモデルのprefill速度が向上した。"}

ggerganov/llama.cpp· @jeffbolznv出典 →
localllm2026-09-04

### What is the issue? Setting 98304 as context length using Powershell gives error when running the model: `[Environment]::SetEnvironmentVariable("OLLAMA_CONTEXT_LENGTH", "98304", "User")` It defa

{"text":"24GB VRAM環境でOLLAMA_CONTEXT_LENGTHを98304に設定したが、無効な環境変数として警告が出てデフォルト値にリセットされる。"}

ollama/ollama· @Neltherion出典 →
localllm2026-09-04

# [Kernel] Use FlashInfer Gemma RMSNorm kernels on CUDA Supersedes #55311, which added a Triton kernel for this. As pointed out in review there, FlashInfer already provides the required Gemma RMSNo

{"text":"Qwen3.8-27Bモデルで--enforce-eager使用時、デコードスループットが43.7から59.9 tok/sへ向上"}

vllm-project/vllm· @LH-and-FPGA出典 →
localllm2026-09-04

What is not working: Fresh server > first request (web UI vision chat, system prompt + one 1024×1536 PNG + short prompt: 743 prompt tokens) dies instantly. ``` E ggml_cuda_compute_forward: SWIGLU_C

{"text":"MoEモデルのCUDA MMQ OOBバグ修正。RTX 5090/4090でテストバックエンド操作が全件成功し、クラッシュが解消された。"}

ggerganov/llama.cpp· @Herculians出典 →
localllm2026-09-04

## Overview This PR is a collection of changes from PRs that merged to koboldcpp months ago. The purpose of these changes was to remove possible edge cases from schema or grammar constrained infere

{"text":"文法制約推論において、劣化したケースの速度が約5 T/sから約35-37 T/sに向上し、ハングが解消された。"}

ggerganov/llama.cpp· @Reithan出典 →
localllm2026-09-03

# [Kernel][HY-V4] Fused Triton iHC pre/post/head ops for GPUs without the HPC kernels ## Purpose HY V4 (`tencent/Hy4-preview`) keeps `hc_mult=4` parallel residual streams instead of one ("independen

{"text":"HY-V4モデルのiHC演算において、RTX 5090ではバッチサイズ32以下で1回のカーネル起動を実現するTriton最適化が適用可能"}

vllm-project/vllm· @Takymu出典 →
localllm2026-09-03

## Overview Noticed a huge bottleneck on some of my machines. This change fixes it, though I am not completely sure why the effect is so dramatic. Commands: ```bash # test 0 make -j && time

{"text":"llama.cppのテストバックエンド操作(MUL_MAT_VEC_FUSION)において、スレッド数1への変更により実行時間が大幅に短縮された。"}

ggerganov/llama.cpp· @ggerganov出典 →
other2026-09-02

### Is there an existing issue for this problem? - [x] I have searched the existing issues ### Install method Invoke's Launcher ### Operating system Windows ### GPU vendor Nvidia (CUDA) ### GP

{"text":"Windows環境で高解像度(2k以上)の生成やアップスケール時にVRAM/帯域幅が飽和し、CUDAドライバのタイムアウトやリセットが発生する。"}

invoke-ai/InvokeAI· @DKEQ出典 →
localllm2026-09-01

# Summary Token generation for the `qwen35` architecture (hybrid: 48/64 Gated DeltaNet linear-attention layers + 16 full-attention) runs at **~28% of the memory-bandwidth bound on an RTX 5090 (sm_120

{"text":"Qwen3.5-27B Q4_K_Mモデルで、RTX 4090と比較してトークン生成速度が約28%のメモリ帯域上限に留まり、性能劣化が報告されている。"}

ggerganov/llama.cpp· @Majesty401出典 →
video_gen2026-08-31

## Summary - add a native Bernini v2 pipeline under `comfy/ldm/bernini_v2` - add built-in nodes for T2I, I2I, T2V, V2V, R2V, and RV2V - support sharded BF16 and INT8 ConvRot model packages in `models

{"text":"Bernini v2 T2Vパイプライン、640x368解像度、33フレーム、VRAMピーク23.26 GiB"}

comfyanonymous/ComfyUI· @T8mars出典 →
localllm2026-08-31

### Name and Version version: 0.3.0-dev (build 10675, commit 90c26fcd4) built with MSVC 19.44.35228.0 for Windows AMD64 I've been able to reproduce on a7cc83bba ### Operating systems Windows ###

{"text":"Qwen3.8-27B-Q4_K_MモデルでKVキャッシュをRAMオフロードした場合、MTPドラフトKVキャッシュもRAMに保持されVRAMへのコピーが発生し速度低下するバグ。修正後はRTX 5090上で19.2 t/sから27.2 t/sへ改善。"}

ggerganov/llama.cpp· @jkSeria出典 →
video_gen2026-08-30

## Summary - Scale MiniMax H3 video and audio velocities by their denoise masks before the outer x0 conversion. - Preserve the existing audio carry/schedule conversion order. - Add regression cov

{"text":"MiniMax H3モデルのdenoise mask velocity変換修正に関するCUDA契約チェック(sigma=0.45, mask=205/256)で、パッチ適用後の最大x0誤差が4.77e-7まで改善された。"}

comfyanonymous/ComfyUI· @poorpaper出典 →
video_gen2026-08-30

## Summary - Scale MiniMax H3 video and audio velocities by their denoise masks before the outer x0 conversion. - Preserve the existing audio carry/schedule conversion order. - Add regression cov

{"text":"MiniMax H3モデルのdenoise mask velocity変換修正に関するCUDA契約チェック(sigma=0.45, mask=205/256)で、パッチ適用後の最大x0エラーが4.77e-7まで改善された。"}

comfyanonymous/ComfyUI· @poorpaper出典 →
localllm2026-08-30

## Overview Similar to the N-ary search histogram, but multipass through global memory, and then a final pass writes the top K values. Perf on RTX 5090: ``` TOP_K(type=f32,ne=[2048,1,1,1],

{"text":"VulkanバックエンドでのTOP_K演算の性能ベンチマーク結果(f32型、k=2048)"}

ggerganov/llama.cpp· @jeffbolznv出典 →
localllm2026-08-30

Fixes #47818 ## Purpose `w8a8_triton_block_scaled_mm` decodes exponent-only E8M0 block scales to fp32 before launching the Triton kernel, because Triton cannot bind an `torch.float8_e8m0fnu` tensor

{"text":"vLLMにおけるE8M0ブロックスケールのTritonカーネルバインド問題を修正し、RTX 5090 (SM120) 上でテストが成功した。"}

vllm-project/vllm· @ArcheyChen出典 →
localllm2026-08-30

## Purpose vLLM can load Quark/OCP MXFP6 checkpoints, but its CUDA implementation currently uses software emulation. This PR adds an optional native SM120 backend for dense linear layers with E3M2 MX

{"text":"MXFP6量子化モデル(Qwen3.5-27B)の推論において、CUDA Graph capture/replay後もbitwise一致し、HTTP 200を返却。"}

vllm-project/vllm· @troycheng出典 →

Reddit 参考情報 (11)

r/LocalLLaMAlocalllm2026-09-05
NInfer vs llama.cpp vs vLLM: quality + speed comparison for Qwen3.8-27B NVFP4 on RTX 5090

「I've been running Qwen3.8-27B as a local inference server for a production content intelligence pipe」

r/LocalLLaMAlocalllm2026-08-30
Which is better ninfer vs vllm for Qwen 3.8 27B on RTX 5090?

「I have been using the unsloth/Qwen3.8-27B-NVFP4 with 157k ctx on vllm currently. But recently I have」

r/comfyuicomfyui2026-08-30
MiniMax H3 on RTX 5090 (32GB) — 2MP is 8.7× slower than it should be. VRAM thrashing or a config mistake?

「&#32; submitted by &#32; /u/Suspicious-Walk-815 [link] &#32; [comments]」

r/LocalLLaMAlocalllm2026-08-23
Qwen3.8-27B NVFP4 with vision + 451K token KV-cache on one RTX 5090 (power limited to 400W) at 120 tokens/s average

「Hello, So I've been trying lots of combinations in that never-ending landscape of options and settin」

r/comfyuicomfyui2026-08-20
Comfy H3 Sync Challenge (8/20 - 9/1) - Win an RTX 5090!

「Comfy and MiniMax have teamed up for a two-week challenge with awesome prizes and four ways to win! 」

r/LocalLLaMAlocalllm2026-07-19
OSCAR2 on llama.cpp - my latest project

「OSCAR2 KV Cache Benchmark Date : 2026-07-18 Hardware : NVIDIA RTX 5090 (32 GB VRAM, Blackwell sm_120」

YouTube 動作確認 (5)