Sliding Window Attention

#67
by cferggie - opened

When calling:
model = AutoModelForCausalLM.from_pretrained(
model_path
)

I keep getting an error, "Sliding Window Attention is enabled but not implemented for sdpa; unexpected results may be encountered." How can I fix this?

Sign up or log in to comment