-
### 🐛 Describe the bug
This example started to fail yesterday with the nightly build.
```python
import torch
class UpdateModel(torch.nn.Module):
def __init__(self):
super()._…
-
### Steps to reproduce the issue
```
source /home/aidune/spack/share/spack/setup-env.sh
spack env activate lar_nul_canvas
#
spack config add "config:build_jobs: 16"
spack config add "config:va…
-
### Description
Example parameter:
* Enable/disable
* Number of iterations to profile
See https://github.com/ray-project/ray/pull/47586#discussion_r1767004227
### Use case
_No response_
-
This is printed when I call `functional.scaled_dot_product_attention`:
> [W914 13:25:36.000000000 sdp_utils.cpp:555] Warning: 1Torch was not compiled with flash attention. (function operator ())
…
-
### Describe the bug
I have a problem related to this [issue](https://github.com/huggingface/datasets/issues/5841): I get a way slower iteration when using a Torch dataloader if I use vanilla Numpy t…
-
Loading checkpoint shards: 0%| | 0/5 [00:00
-
I was trying to train IDM VTON on VITON-HD dataset and ran into this huge error (followed instructions to set up ip adapter as in README.md)
```
➜ sh ./train_xl.sh
The following values were not p…
-
## Fix the model test for `soft_actor_critic.py`
1. setup env according to [Run a model under torch_xla2](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/support_a_new_model…
-
### 🐛 Describe the bug
```
import torch
from torch.export import export
import torch._functorch.config
class Foo(torch.nn.Module):
def forward(self, x):
return bool(x.eq(0.1).any(…
-
## Bug Description
when I use dynamic shape in trt, will raise error,
```
ERROR:torch_tensorrt [TensorRT Conversion Context]:ITensor::getDimensions: Error Code 4: Internal Error (Tensor [SLICE…