update base image

This commit is contained in:
starkwj
2026-03-02 18:46:04 +08:00
parent a15754c3ba
commit 34e04c5569
3 changed files with 6 additions and 8 deletions

View File

@@ -8,9 +8,6 @@ import vllm.envs as envs
from vllm.logger import init_logger
# fix bfloat16 double size issue
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
logger = init_logger(__name__)
class KunlunPlatform(Platform):