Fix wrong BaseKVCacheMethod import in test_modelopt_fp8kvcache.py (#20403)

This commit is contained in:
Pai Liu
2026-03-12 00:23:46 -07:00
committed by GitHub
parent 2c03a5c6c7
commit ac1310b300
+1 -2
View File
@@ -1,7 +1,6 @@
import unittest
from vllm.model_executor.layers.quantization.kv_cache import BaseKVCacheMethod
from sglang.srt.layers.quantization.kv_cache import BaseKVCacheMethod
from sglang.srt.layers.quantization.modelopt_quant import (
ModelOptFp8Config,
ModelOptFp8KVCacheMethod,