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?
sdpa
· Sign up or log in to comment