From d95e824a4976aabc852bb42e85a1fcbd0041a191 Mon Sep 17 00:00:00 2001 From: Brayden Zhong Date: Mon, 10 Aug 2026 04:39:55 -0700 Subject: [PATCH] Muse Glimmer Cookbook: install from the PR branch (#34281) Co-authored-by: Brayden Zhong --- docs/cookbook/autoregressive/Meta/MuseGlimmer.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/cookbook/autoregressive/Meta/MuseGlimmer.mdx b/docs/cookbook/autoregressive/Meta/MuseGlimmer.mdx index 997b179ed..dfa3f3f14 100644 --- a/docs/cookbook/autoregressive/Meta/MuseGlimmer.mdx +++ b/docs/cookbook/autoregressive/Meta/MuseGlimmer.mdx @@ -19,9 +19,11 @@ See the [official SGLang installation guide](../../../docs/get-started/install) ```bash Command pip install --upgrade pip pip install uv -# Muse Glimmer support is not in a release yet -- install the commit from +# Muse Glimmer support is not in a release yet -- build the PR branch: # https://github.com/sgl-project/sglang/pull/34262 -uv pip install "sglang[all] @ git+https://github.com/sgl-project/sglang@caa91b7d01ca610bb2e37bc095af6e427aa7e358#subdirectory=python" +git clone -b muse-glimmer https://github.com/sgl-project/sglang.git +cd sglang +uv pip install -e "python[all]" ``` Run the **Python** output of the command panel below in that environment.