-
### Branch/Tag/Commit
main
### Docker Image Version
nvcr.io/nvidia/pytorch:22.09-py3
### GPU name
AGX Orin
### CUDA Driver
520.61.03
### Reproduced Steps
```shell
Build FasterTransformer dock…
-
### 🐛 Describe the bug
To reproduce:
```python
import torch.distributions
logits = torch.randn(10)
def make_categorical(logits):
return torch.distributions.Categorical(logits=logits).sam…
-
the GELU class is available in PyTorch (https://pytorch.org/docs/stable/generated/torch.nn.GELU.html). No need to implement it in utils/GELU.py
-
Im running the colab notebook on free tier GPU and getting errors.
```
/usr/local/lib/python3.10/dist-packages/xformers/ops/fmha/flash.py:211: FutureWarning: `torch.library.impl_abstract` was ren…
-
i installed flux-webui via the pinokio app on windows 11. But it breaks and i get a lost connection status.
ModuleNotFoundError: No module named 'triton'
I looks like it is missing this library ?
-
### 🐛 Describe the bug
Steps to reproduce:
```
TORCH_LOGS=+dynamo python test/test_proxy_tensor.py TestProxyTensorOpInfoCPU.test_make_fx_exhaustive_cond_simple_cpu_float32 TestProxyTensorOpInfoCP…
-
Please:When the number of my GPUs is set to greater than 1, the following error will occur. How can I fix this BUG?
Traceback (most recent call last):
File "/home/23-panjiawei/MRI_code/unet_knee_s…
-
### Description of the bug:
```
{
"name": "ValueError",
"message": "num_scales must be 1 for per-layer quantization, or 1 for per-axis quantization, but got 24.Tensor 97 has invalid quantizatio…
-
hi everyone
I'm actually working on rgbd semantic segmentation , when I trying to modify and run train.py code then I have this error message
'pwd' is not recognized as an internal or external …
-
Hi, I got the following error when running with the cityscapes dataset:
Traceback (most recent call last):
File "D:*\DeepLabV3Plus-Pytorch\main.py", line 387, in
main()
File "D:*\DeepLabV…