mirror of https://github.com/hpcaitech/ColossalAI
5 lines
144 B
Python
5 lines
144 B
Python
from .bloom import BloomModelInferPolicy
|
|||
from .llama import LlamaModelInferPolicy
|
|||
|
|||
__all__ = ['BloomModelInferPolicy', 'LlamaModelInferPolicy']
|