From 86d7564611d21731fc004b4e79e472d48c4b0fec Mon Sep 17 00:00:00 2001 From: Steven Liu <59462357+stevhliu@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:44:10 -0800 Subject: [PATCH] [docs] Fix Zamba2 (#35916) fix code block --- docs/source/en/model_doc/zamba2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/en/model_doc/zamba2.md b/docs/source/en/model_doc/zamba2.md index b331e10eaf..c3e6729103 100644 --- a/docs/source/en/model_doc/zamba2.md +++ b/docs/source/en/model_doc/zamba2.md @@ -34,6 +34,8 @@ Zamba2-1.2B, Zamba2-2.7B and Zamba2-7B are hybrid models combining state-space m Zamba2 requires you use `transformers` version 4.48.0 or higher: ```bash pip install transformers>=4.48.0 +``` + ## Inference ```python