Fix wrong BaseKVCacheMethod import in test_modelopt_fp8kvcache.py (#20403)
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import unittest
|
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 (
|
from sglang.srt.layers.quantization.modelopt_quant import (
|
||||||
ModelOptFp8Config,
|
ModelOptFp8Config,
|
||||||
ModelOptFp8KVCacheMethod,
|
ModelOptFp8KVCacheMethod,
|
||||||
|
|||||||
Reference in New Issue
Block a user