[Misc] Fix safetensors import for safe_open (#30300)

Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
This commit is contained in:
Yongtao Huang 2025-12-09 14:50:06 +08:00 committed by GitHub
parent 58d5b3f514
commit e4605d225e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
import os
import safetensors.torch
import safetensors
import torch
from vllm.logger import init_logger