faast-gpt2-xl / model.py
gshbao's picture
Upload folder using huggingface_hub
5e75bc3 verified
raw
history blame contribute delete
102 Bytes
from llm import MemoryConfig, MemoryCausalLM
__all__ = [
"MemoryConfig",
"MemoryCausalLM",
]