Skip to content

Commit c0b3809

Browse files
authored
Update flashinfer tag
Signed-off-by: siyuanf <[email protected]>
1 parent 8c2c781 commit c0b3809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ def _read_requirements(filename: str) -> list[str]:
685685
"mistral_common[audio]"], # Required for audio processing
686686
"video": [], # Kept for backwards compatibility
687687
# FlashInfer should be updated together with the Dockerfile
688-
"flashinfer": ["flashinfer-python==0.2.11"],
688+
"flashinfer": ["flashinfer-python==0.2.13"],
689689
},
690690
cmdclass=cmdclass,
691691
package_data=package_data,

0 commit comments

Comments
 (0)