EgoGPT-7B / egogpt /model /__init__.py
Choiszt's picture
Update egogpt
c62903f
raw
history blame contribute delete
158 Bytes
from .language_model.egogpt_llama import EgoGPTConfig, EgoGPTLlamaForCausalLM
from .language_model.egogpt_qwen import EgoGPTConfigQwen, EgoGPTQwenForCausalLM