-
### What happened?
Ordinary image generation works fine, but using controlnet (tile_resample) results in distorted images due to errors
### Colab cell output
```shell
Traceback (most recent call la…
-
### 🐛 Describe the bug
```
!pip install torch==2.0.0+cu117 torchvision==0.15.1+cu117 torchaudio==2.0.1+cu117 --index-url https://download.pytorch.org/whl/cu117
!pip uninstall -y torchtext
!pip i…
-
### 🐛 Describe the bug
AMP dynamic shape CPP wrapper
suite
name
thread
batch_size_new
speed_up_new
inductor_new
eager_new
compilati…
-
### Describe the bug
Please fix the notebook, it refuses to work. Install Requirements tab
### Reproduction
Please fix the notebook, it refuses to work. Install Requirements tab
### Logs
_No resp…
-
### 🐛 Describe the bug
`@toleranceOverride({torch.float32: tol(5e-2, 0),
torch.float64: tol(4e-4, 0)})`
test/test_modules.py +529
This testcase test_cpu_gpu_parity only o…
-
## 🐛 Bug
Sending a Tensor from a child process to a parent process through a `torch.multiprocessing.Queue` results in an exception if the child process exits before the parent process decodes the o…
-
### 🐛 Describe the bug
torchvision depends on requests, but it is not specified as conda package dependency, which results in the following failures:
```
% python
Python 3.8.11 (default, Aug 6 20…
-
I cannot even run` transformers-cli env`
```
Traceback (most recent call last):
File "/usr/local/bin/transformers-cli", line 5, in
from transformers.commands.transformers_cli import main
…
-
### 🐛 Describe the bug
The [documentation](https://pytorch.org/docs/stable/notes/extending.html#extending-torch-with-a-tensor-like-type) indicates that `torch` can be extended with `torch.Tensor`-lik…
-
### Is your feature request related to a problem?
There is currently no support to serve batches that satisfy some valid criteria. It would be nice to filter out batches based on some criteria such…