facebookresearch / facebookresearch/sam2
About the cuDNN version
Open
- 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
Assessment
This issue has not been assessed yet.