Fix logging (#796)

This commit is contained in:
Ying Sheng
2024-07-28 23:01:45 -07:00
committed by GitHub
parent 79f816292e
commit 325a06c2de
8 changed files with 21 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ from vllm.model_executor.layers.quantization.base_config import QuantizationConf
from sglang.srt.layers.quantization import get_quantization_config
logger = logging.getLogger("srt.model_loader")
logger = logging.getLogger(__name__)
temp_dir = tempfile.gettempdir()