-
thank you for this model, I am trying to train the model on totaltextdata .. I train on some batches, but it suddenly stops showing this (This the important part of the error)
```
2024-10-30 10:49…
-
`stablehlo.reshape` conversion is failing if we reshape multiple dimensions simultaneously.
An example stablehlo graph
```
module {
func.func @main(%arg0: tensor) -> tensor {
%0 = stablehlo.re…
-
Trying to run this on the CLI on macOS:
```
insanely-fast-whisper --device mps --batch-size 2 --file-name chunk0.mp3
```
```
NotImplementedError: The operator 'aten::isin.Tensor_Tensor_out' is …
-
### 🐛 Describe the bug
```
____________________ TestShapeOpsXPU.test_flip_xpu_float32 _____________________
Traceback (most recent call last):
File "/home/daisyden/miniconda3/envs/xpupatch2/lib/…
-
### 🐛 Describe the bug
The following script;
```
import torch
layer = torch.nn.TransformerEncoderLayer(4, 2, 1, batch_first=True)
layer.eval()
input = torch.randn(4, 4, 4)
exported = torch.…
-
Hey I'm using the MX datatypes. It seems like the aten.linear.default function has not been implemented which causes the linear layers in the attenion layers not work with the MX datatypes.
Can you…
-
## Description
trt10.5 pytorch-quantization has compile bug.
https://github.com/NVIDIA/TensorRT/blob/release/10.5/tools/pytorch-quantization/src/tensor_quant_gpu.cu#L28-L37
define two macro `AT_DI…
-
Both `aten.min.dim` and `aten.max.dim` return not only the min/max value of the given `dim` but also the index of the value.
Currently in ttnn we have three related functions:
- ttnn.min
- ttnn…
-
### 🐛 Describe the bug
I am using `torch.compile` with `AOTAutograd` to compile a Megatron model. It worked fine with Python v2.4.1, but after upgrading to Pytorch 2.5.0, I encountered the following…
-
On an M2 Mac, I am getting the error shown below. I do have the fallback variable set properly:
```
% echo $PYTORCH_ENABLE_MPS_FALLBACK
1
```
I am using the following version:
```
Casano…