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
The text was updated successfully, but these errors were encountered:
weishi-deng
changed the title
test_transform_bias_rescale_qkv_nested gets wrong result
at::test_transform_bias_rescale_qkv_nested gets wrong result
Mar 4, 2025
🐛 Describe the bug
AssertionError: The values for attribute 'shape' do not match: torch.Size([4, 2, 2, 12]) != torch.Size([4, 2, 8, 12]).
Versions
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/xpu’
reproduce:
pytest test.py
The text was updated successfully, but these errors were encountered: