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 a03ea87 commit 64e1b01Copy full SHA for 64e1b01
setup.py
@@ -659,7 +659,7 @@ 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", "runai-model-streamer-s3", "boto3"],
+ "runai": ["runai-model-streamer >= 0.13.3", "runai-model-streamer-s3", "boto3"],
663
"audio": ["librosa", "soundfile",
664
"mistral_common[audio]"], # Required for audio processing
665
"video": [] # Kept for backwards compatibility
0 commit comments