mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 16:36:02 +08:00
6 lines
92 B
Python
6 lines
92 B
Python
from cacheflow.worker.models.opt import OPTForCausalLM
|
|
|
|
__all__ = [
|
|
'OPTForCausalLM',
|
|
]
|