3 lines
112 B
Python
3 lines
112 B
Python
from .model import MossForCausalLM
|
|
from .generation import generate
|
|
from .load import load_from_torch_shard_ckpt |