From 50a486b6087098f994276a1f0499fc36882e40e8 Mon Sep 17 00:00:00 2001
From: LittleLlama <72672345+LittleLlama9@users.noreply.github.com>
Date: Tue, 2 Jun 2026 11:26:43 -0700
Subject: [PATCH] fix(cookbook): add NVFP4 to quantization picker dropdown
(#1378)
Fixes #1328
---
static/js/cookbook.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/js/cookbook.js b/static/js/cookbook.js
index 97f974b0d..ce17ecc44 100644
--- a/static/js/cookbook.js
+++ b/static/js/cookbook.js
@@ -1524,7 +1524,7 @@ function _renderRecipes() {
html += '';
html += '';
html += '';
- html += '';
+ html += '';
html += '';
// Engine filter: show only models whose serve engine matches. "llama.cpp"
// (GGUF) runs everywhere incl. consumer AMD/Apple; vLLM/SGLang are CUDA /