Skip to content

Commit be1dabc

Browse files
committed
update
1 parent 61ddc9a commit be1dabc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastdeploy/model_executor/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def _get_unsupported_quant():
358358
return {"w4a8", "w4afp8", "wint2"}
359359
elif current_platform.is_xpu():
360360
return {"w4a8", "w8a8"}
361-
return {}
361+
return set()
362362

363363
def _err_msg(msg: str) -> str:
364364
logger.info(msg + "; fallback to the v0 loader for model loading.")

0 commit comments

Comments
 (0)