Instructions to use YuWangX/memoryllm-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YuWangX/memoryllm-7b with Transformers:
# Load model directly from transformers import MemoryLLM model = MemoryLLM.from_pretrained("YuWangX/memoryllm-7b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
metadata
license: mit
This is the official model of the paper: MemoryLLM: Twards Self-Updatable Large Language Models.
Check the github page for more information.