You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#107959
This should have been fixed here #103201
Edit:
Looking at git blame it appears the dropout revet squashed the changes from this PR
Pull Request resolved: #107968
Approved by: https://github.com/cpuhrsch
🐛 Describe the bug
A100 40GB.
scaled_dot_product_attention + alibi_attention_mask + enable_mem_efficient + seq_length 8192: throw an error
bias_4d_view.stride(0) overflowsscaled_dot_product_attention + alibi_attention_mask + enable_math + seq_length 8192: no error
scaled_dot_product_attention + alibi_attention_mask + enable_mem_efficient + seq_length 4096: no error
Versions
nightly version
torch==2.1.0-dev20230825+cu118
cc @jbschlosser @bhosmer @cpuhrsch @erichan1 @drisspg
The text was updated successfully, but these errors were encountered: