File size: 485 Bytes
114dd13
 
 
 
 
 
1
2
3
4
5
6
7
from .language_model.bunny_phi import BunnyPhiForCausalLM, BunnyPhiConfig
from .language_model.bunny_stablelm import BunnyStableLMForCausalLM, BunnyStableLMConfig
from .language_model.bunny_qwen import BunnyQwen2ForCausalLM, BunnyQwen2Config
from .language_model.bunny_minicpm import BunnyMiniCPMForCausalLM, BunnyMiniCPMConfig
from .language_model.bunny_llama import BunnyLlamaForCausalLM, BunnyLlamaConfig
from .language_model.bunny_phi3 import BunnyPhi3ForCausalLM, BunnyPhi3Config