-
### Version
cugraph-cu11-24.10.0
### Which installation method(s) does this occur on?
Pip
### Describe the bug.
I installed cugraph using the following command:
`$ pip install cugraph-cu11 --ext…
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [X] 2. The bug has not been fixed in the latest version.
- [X] 3. Please note that if the bug-related issue y…
-
Would it be possible to make PhysicsML support CUDA graphs? In some cases it can provide a large speed improvement.
The main requirements to be graph compatible are that tensor shapes have to be s…
-
I am facing this error while trying to fine-tune the phi3.5 vision model with lora.
created the virtual env based on the environment.yaml file,
all the library version are as mentioned.
```
[r…
-
AttributeError: module 'torch' has no attribute 'Any'
# Efficiently serving Large Language Models in 2bit with `aqlm` and `transformers` compiled into a CUDA graph
Welcome to t…
-
use_cuda_graph=True or False, These two diffierent setting will result in different inference speed, Why? How the three cuda_graphs matchs the 50 denosing steps?
-
This is a brief example that has been edited from the README.md file:
```python
import torch
import torch.nn as nn
import torch.optim as optim
from flashfftconv import FlashDepthWiseConv1d
B=4
…
-
we use the Pytorch backend for the distillation process, and download the model at /prep-run-train/output/models/task.0000 by "dpgen2 download ..." command, then get a model: model.ckpt.pt, and frozen…
-
Hi,
Thank you for your work. Do you think is it possible to run it on Colab?
In the paper you mentioned the following:
`Experiments are conducted using 2 NVIDIA A100-80G GPUs.`
Colab Pro is eq…
-
### 🐛 Describe the bug
While working on #140979, I noticed that torch.cond()'s current backward pass will return None for the gradients of inputs that are not used in the branch selected by `pred`.
…