build(release): pypi-ready wheels, metadata, and publish workflow

This commit is contained in:
Xiaoze Fan
2026-08-14 07:25:47 +00:00
parent 711325d17e
commit 76edc16282
9 changed files with 455 additions and 40 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ def _fa_sgl_impl(
from sgl_kernel.flash_attn import flash_attn_with_kvcache
except ImportError as e:
raise ImportError(
"sgl_kernel.flash_attn is not found. Please install it with `pip install sgl-kernel`.\n"
"sgl_kernel.flash_attn is not found. Please install it with `pip install 'freetoken[sgl]'`.\n"
"If you're sure it's correctly installed, try `apt update && apt install libnuma1`."
) from e