fix: update flashinfer to 0.1.2 to fix sampling for cu118 (#803)

This commit is contained in:
Yineng Zhang
2024-07-29 11:00:52 -07:00
committed by GitHub
parent 7cd4f244a4
commit 87064015d9
+1 -1
View File
@@ -226,7 +226,7 @@ def launch_server(
if not server_args.disable_flashinfer:
assert_pkg_version(
"flashinfer",
"0.1.1",
"0.1.2",
"Please uninstall the old version and "
"reinstall the latest version by following the instructions "
"at https://docs.flashinfer.ai/installation.html.",