-
[`aten.sym_size.int`](https://pytorch.org/docs/stable/torch.compiler_ir.html) returns a `SymInt` representing the size at the given dimension. This op does not return a tensor. What should we do wit…
-
-
Hi, thank you for this great project. I am finetuning yi-34b, and when loading the model, it occurs cuda oom error. So i just change the zero3_init_flag to true to avoid oom when loading the model. Bu…
-
This is my problem, please help me.
How can I solve it?
C:\actions-runner_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\cuda\Loss.cu:106: block: [107,0,0], thread: [117,0,0] As…
-
### 🐛 Describe the bug
torchbench_amp_fp16_training
xpu train dlrm
Traceback (most recent call last):
File "/home/sdp/actions-runner/_work/torch-xpu-ops/pytorch/benchmarks/dynamo/common.py", li…
-
I run `python -m apps.infer` with pytorch==1.13, python==3.8, and get the below error:
```
File "/nfs/codes/PIFu-series/ECON/apps/infer.py", line 193, in
sapiens_normal = sapiens_normal_net…
-
### 🐛 Describe the bug
I am trying to call `torch.vmap` on `torch.jacfwd`. This works fine normally but raises the following error when called under `torch.inference_mode()`.
```
File [...]/torch…
-
Hello, I am running into some issues regarding to pre-training of the model.
We are planning on use this model to train some custom datasets, so I was tasked to try this model out.
I have downloaded…
-
I would like some clarity on this:
https://github.com/pytorch/pytorch/issues/130359
it appears that Cutlass does not support row-wise scaling on Ada Lovelace cards....
Is there a time-table to get …
-
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…