[Minor] Remove unused config files (#3039)

This commit is contained in:
Roy
2024-02-27 09:25:22 +08:00
committed by GitHub
parent d6e4a130b0
commit d9f726c4d0
8 changed files with 10 additions and 210 deletions

View File

@@ -61,7 +61,9 @@ from vllm.model_executor.weight_utils import (
hf_model_weights_iterator,
)
from vllm.sequence import SamplerOutput
from vllm.transformers_utils.configs.olmo import OLMoConfig
# this model must need this dependency
from hf_olmo import OLMoConfig
KVCache = Tuple[torch.Tensor, torch.Tensor]