Move flashinfer-python to optional extra vllm[flashinfer]
(#21959)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
4
setup.py
4
setup.py
@ -671,7 +671,9 @@ setup(
|
||||
["runai-model-streamer >= 0.13.3", "runai-model-streamer-s3", "boto3"],
|
||||
"audio": ["librosa", "soundfile",
|
||||
"mistral_common[audio]"], # Required for audio processing
|
||||
"video": [] # Kept for backwards compatibility
|
||||
"video": [], # Kept for backwards compatibility
|
||||
# FlashInfer should be updated together with the Dockerfile
|
||||
"flashinfer": ["flashinfer-python==0.2.9rc2"],
|
||||
},
|
||||
cmdclass=cmdclass,
|
||||
package_data=package_data,
|
||||
|
Reference in New Issue
Block a user