Views
No views yet
1import torch
2from model import LlamaLRAImage # requires interdomain-attention repo
3
4state_dict = torch.load("lra_image_best.pt", weights_only=True)
5model = LlamaLRAImage(...) # match config
6model.load_state_dict(state_dict["model"])1@article{interdomain2026,
2 title={Interdomain Attention},
3 author={...},
4 year={2026}
5}