We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd92c11 commit ab7ba82Copy full SHA for ab7ba82
setup.py
@@ -659,7 +659,8 @@ def _read_requirements(filename: str) -> list[str]:
659
"bench": ["pandas", "datasets"],
660
"tensorizer": ["tensorizer==2.10.1"],
661
"fastsafetensors": ["fastsafetensors >= 0.1.10"],
662
- "runai": ["runai-model-streamer >= 0.13.3", "runai-model-streamer-s3", "boto3"],
+ "runai":
663
+ ["runai-model-streamer >= 0.13.3", "runai-model-streamer-s3", "boto3"],
664
"audio": ["librosa", "soundfile",
665
"mistral_common[audio]"], # Required for audio processing
666
"video": [] # Kept for backwards compatibility
0 commit comments