[Refactor] Clean up unused variables & func (#32692)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2026-01-23 17:04:25 -05:00
committed by GitHub
parent 4561f13985
commit 37c9859fab
5 changed files with 0 additions and 30 deletions

View File

@@ -38,10 +38,6 @@ def _import_petit_kernel() -> "ModuleType":
raise ImportError(_PETIT_INSTALL_MSG) from None
# The _require_petit function can now be a simple alias for consistency.
_require_petit = _import_petit_kernel
def _check_petit_nvfp4_supported(
quant_method: str, group_size: int | None
) -> tuple[bool, str | None]: