-
Hi,
First, I want to thank you for creating this repository -- it looks extremely useful.
I am currently trying to run turbozero on a LambdaLabs GPU instance which runs CUDA12. I followed your i…
-
XLabs-AI/flux-ip-adapter-v2
# ComfyUI Error Report
## Error Details
- **Node Type:** XlabsSampler
- **Exception Type:** RuntimeError
- **Exception Message:** cuDNN Frontend error: CUDNN_BACKE…
-
# Summary
Keeps track of known issues and the current state of the integration, with the goal to bump order in priority list with higher confidence
```[tasklist]
### Tasks
- [ ] https:/…
-
Hi,
Very cool project!
I installed in clean Anaconda environments with the following configs:
- CUDA 12.1, Python 3.11
- CUDA 11.3, Python 3.9
And then running:
pip install -r requirem…
-
Dear jcudnn's contributors,
I love this repo! Would you have a plan to support the cudnn frontend in the future?
wait quietly for good news!
-
### Comment:
i'm getting a similar error https://github.com/conda-forge/pytorch-cpu-feedstock/pull/259
How can i get around this? I haven't seen this i other CUDNN feedstocks.
```
Encountere…
-
I'm getting a cuDNN Frontend error and I can't seem to resolve it.
# ComfyUI Error Report
## Error Details
- **Node Type:** PyramidFlowTextEncode
- **Exception Type:** RuntimeError
- **Exception …
-
In machine learning service log, we can see
> [W:onnxruntime:Default, onnxruntime_pybind_state.cc:965 CreateExecutionProviderInstance] Failed to create CUDAExecutionProvider. Require cuDNN 9.* and …
-
def stem(x):
for conv, bn in [(self.conv1, self.bn1), (self.conv2, self.bn2), (self.conv3, self.bn3)]:
x = self.relu(bn(conv(x)))
x = self.avgpool(x)…
-
### 🐛 Describe the bug
```py
import torch
from torch.nn.attention import SDPBackend, sdpa_kernel
class MyModule(torch.nn.Module):
def __init__(self) -> None:
super().__init__()
…