diff --git a/setup.py b/setup.py index 112c0462f2..5b9ff66e66 100644 --- a/setup.py +++ b/setup.py @@ -1082,7 +1082,7 @@ def _read_requirements(filename: str) -> list[str]: # AMD Zen CPU optimizations via zentorch "zen": ["zentorch>=2.11.0.0,<2.11.1.0"], "bench": ["pandas", "matplotlib", "seaborn", "datasets", "scipy", "plotly"], - "tensorizer": ["tensorizer==2.10.1"], + "tensorizer": ["tensorizer==2.12.1"], "fastsafetensors": ["fastsafetensors >= 0.2.2"], "instanttensor": ["instanttensor >= 0.1.5"], "runai": ["runai-model-streamer[s3,gcs,azure] >= 0.15.7"],