facebookresearch / facebookresearch/sam2

About the cuDNN version

Open
#23 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
19.9k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

Great job! Thank the team!
I encountered the following issue when using video inference:
```
x = F.scaled_dot_product_attention(
RuntimeError: cuDNN Frontend error: s_kv not a multiple of 64 or d not a multiple of 64 is not supported with cudnn version below 8.9.6
```
This is the cuDNN version on my system, and there are no issues when performing image inference:
```
>>> print(torch.backends.cudnn.version())
8700
```
Do I need to upgrade the cuDNN version?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.