gptailor-llama3-8b / __init__.py
guinansu's picture
Upload folder using huggingface_hub
615724d verified
raw
history blame
226 Bytes
from .configuration_customllama import CustomLlamaConfig
from .modeling_customllama import CustomLlamaModel, CustomLlamaForCausalLM
__all__ = [
"CustomLlamaConfig",
"CustomLlamaModel",
"CustomLlamaForCausalLM"
]