From af2cd6097f59d59618ce51a1680f7bb6eb2f1c9d Mon Sep 17 00:00:00 2001 From: xyDong0223 Date: Thu, 11 Dec 2025 11:17:28 +0800 Subject: [PATCH] [Kernell] fix miss import os --- vllm_kunlun/v1/sample/ops/topk_topp_sampler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm_kunlun/v1/sample/ops/topk_topp_sampler.py b/vllm_kunlun/v1/sample/ops/topk_topp_sampler.py index e45c426..31fdf4d 100644 --- a/vllm_kunlun/v1/sample/ops/topk_topp_sampler.py +++ b/vllm_kunlun/v1/sample/ops/topk_topp_sampler.py @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: Copyright contributors to the vLLM project from typing import Optional - +import os import torch import torch.nn as nn from packaging import version