LLaMA-13B / llama /__init__.py
chansung's picture
Create __init__.py
c32e1f6
raw
history blame contribute delete
No virus
122 Bytes
from .generation import LLaMA
from .model import ModelArgs, Transformer, default_quantize
from .tokenizer import Tokenizer