How to use Mayfull/CLIP_TopKSAE with Transformers:
# Load model directly from transformers import TopKSAE model = TopKSAE.from_pretrained("Mayfull/CLIP_TopKSAE", dtype="auto")
How to fix it?