-
## Description
- AssertionError: Currently supportes only 2D tensors with single mask
## Reproduce
```
git checkout kkannan/forge_model_issues
git submodule update --recursive
export BACK…
-
The Llama3 shared codebase demo currently handles prefill input prep, looped prefill, decode input prep, decode trace capture, and decode trace execution.
The Llama3 demo should be refactored to use …
-
When performing convolution calculations, errors are not supported if the weights and biases are discontinuous.
![image](https://github.com/user-attachments/assets/47078eef-bc88-4da3-a283-bebb9f04953…
LRJKD updated
4 weeks ago
-
我修改了一下代码来适配最新的timesfm,但是运行时候报错:
TimesFM v1.2.0. See https://github.com/google-research/timesfm/blob/master/README.md for updated APIs.
Loaded Jax TimesFM.
Loaded PyTorch TimesFM.
加载本地数据文件: 000001.…
-
File "/2TB/download/FreeReg-FFreeReg/tools/YOHO/utils/network.py", line 82, in data_process
data=data[:,:,self.Nei_in_SO3]
IndexError: tensors used as indices must be long, byte or bool tensors
…
-
```
from tinygrad import Tensor, Device
a = Tensor([0, 1, 2, 3], device=f"{Device.DEFAULT}")
b = Tensor([0, 1, 2, 3], device=f"{Device.DEFAULT}:1")
print(f"{(a+b).tolist()}")
```
```
Tracebac…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
https://pytorch.org/docs/stable/dist…
-
### Summarize the issue
Recent changes altered the value shape of symmetric rank-2 tensors, being rank-1 with shape `(dim * (dim + 1)/2, )`. This means that interpolation of objects with shape `(di…
-
### Reason/inspiration (optional)
We would like a new entry on the `.column_stack()` term under PyTorch. The entry should go in a new file under `docs/content/pytorch/concepts/tensors/terms/column-…
-
# Problem
I'm trying to generate images w/ flux-dev fp16 safetensors, and running into unexpected memory usage issues. From what I understand, flux-dev should be able to run w/under 24GB VRAM util…