Flashinfer sample kernel (#617)

This commit is contained in:
Liangsheng Yin
2024-07-17 13:24:43 -07:00
committed by GitHub
parent 4efcc59d4f
commit 3de2f30a27
4 changed files with 17 additions and 30 deletions

View File

@@ -154,7 +154,7 @@ def launch_server(server_args: ServerArgs, pipe_finish_writer, model_overide_arg
if not server_args.disable_flashinfer:
assert_pkg_version(
"flashinfer",
"0.0.8",
"0.1.0",
"Please uninstall the old version and "
"reinstall the latest version by following the instructions "
"at https://docs.flashinfer.ai/installation.html.",