change log4error import (#9098)
This commit is contained in:
parent
78ea7ddb1c
commit
b3e94a32d4
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ from torch import nn
|
||||||
|
|
||||||
from bigdl.llm.transformers.models.utils import extend_kv_cache, init_kv_cache, append_kv_cache
|
from bigdl.llm.transformers.models.utils import extend_kv_cache, init_kv_cache, append_kv_cache
|
||||||
from bigdl.llm.transformers.models.utils import apply_rotary_pos_emb
|
from bigdl.llm.transformers.models.utils import apply_rotary_pos_emb
|
||||||
from bigdl.dllib.utils import log4Error
|
from bigdl.llm.utils.common import log4Error
|
||||||
|
|
||||||
KV_CACHE_ALLOC_BLOCK_LENGTH = 256
|
KV_CACHE_ALLOC_BLOCK_LENGTH = 256
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue