mirror of
https://github.com/wassname/vllm.git
synced 2026-06-29 02:01:01 +08:00
6 lines
92 B
Python
6 lines
92 B
Python
from cacheflow.worker.models.opt import OPTForCausalLM
|
|
|
|
__all__ = [
|
|
'OPTForCausalLM',
|
|
]
|