[docs] Fix Zamba2 (#35916)

fix code block
This commit is contained in:
Steven Liu
2025-01-27 11:44:10 -08:00
committed by GitHub
parent 414658f94f
commit 86d7564611

View File

@@ -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: Zamba2 requires you use `transformers` version 4.48.0 or higher:
```bash ```bash
pip install transformers>=4.48.0 pip install transformers>=4.48.0
```
## Inference ## Inference
```python ```python