Skip to content

Commit

Permalink
Sync main
Browse files Browse the repository at this point in the history
Signed-off-by: Jee Jee Li <[email protected]>
  • Loading branch information
jeejeelee committed Jan 9, 2025
1 parent aeaf078 commit 61c42cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/lora/punica_wrapper/punica_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_punica_wrapper(*args, **kwargs) -> PunicaWrapperBase:
elif current_platform.is_cpu():
# Lazy import to avoid ImportError
from vllm.lora.punica_wrapper.punica_cpu import PunicaWrapperCPU
print_info_once("Using PunicaWrapperCPU.")
logger.info_once("Using PunicaWrapperCPU.")
return PunicaWrapperCPU(*args, **kwargs)
elif current_platform.is_hpu():
# Lazy import to avoid ImportError
Expand Down

0 comments on commit 61c42cf

Please sign in to comment.