-
# System Information
```txt
home = C:\WinPython\python-3.12.4.amd64
implementation = CPython
uv = 0.2.33
version_info = 3.12.4
```
# Issue
`uv` fails to find build dependencies in the curren…
-
**Describe the bug**
I'm unable to use Chemprop with Ray on AWS. I usually spin an AWS instance that I connect via SSH and things like jupyter lab work. When I try running Ray from the command line…
-
### 🐛 Describe the bug
When I try to compile resnet18 model from torchvision with my custom backend (only do make_fx), I got an error.
```python
import torch
import torchvision
from torch.fx.expe…
-
### Checklist
- [X] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
### What happened?
When trying to perform `conda update conda` or `conda update --…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
### 🐛 Describe the bug
When the input of aten.permute is Pointwise, the layout propagation needs to be optimized. We may need a graph level layout propagation pass here.
- Root Cause:
The current…
-
### 🐛 Describe the bug
Just like the code below, does this usage make sense?
```Python
a = torch.randn(3, 3) # CPU
with torch.cuda.amp.autocast(): # CUDA
c = torch.mm(a, a)
```
```Pyt…
-
### 🐛 Describe the bug
I got different results with and without @torch.compile.
```python
import torch
@torch.compile
def func(a, b):
max_scale = torch.max(a, b)
min_scale = torch.m…
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [ ] 3. Please note that if the bug-related issue y…
-
### 🐛 Describe the bug
I'm trying to export a model to onnx involving back propagation, and I've run into a number of issues. I can work around some of them, but this one seems a bit tough. You can…