File size: 98 Bytes
7ff49d7 | 1 2 3 4 5 6 | """JSCoder GPT model package."""
from .gpt import GPT, GPTConfig
__all__ = ["GPT", "GPTConfig"]
|
7ff49d7 | 1 2 3 4 5 6 | """JSCoder GPT model package."""
from .gpt import GPT, GPTConfig
__all__ = ["GPT", "GPTConfig"]
|