-
```
module {
func.func @broadcast_test(%arg0: tensor) -> tensor {
%c2 = arith.constant 2 : index
%c4 = arith.constant 4 : index
%dim = tensor.dim %arg0, %c4 : tensor
%dim_0 = t…
-
Hi, when I run the codes, it raised the following error:
**_......site-packages/DCNv4/functions/dcnv4_func.py", line 103, in forward
output = ext.dcnv4_forward(*args)
RuntimeError: Unrecogniz…
-
Cloned the repo, and spun up the example project on macos, and I get the error:
`error loading model: check_tensor_dims: tensor 'token_embd.weight' not found`
After selecting a gguf file and cli…
-
Is there a way to automatically derive the bitwidth given a type? For example, if I have a tensor `A`, I can get its type with `A.dtype`, but can I get the bitwidth of the individual elements? In Nump…
-
Just opening this to add support for all models following #34184
Lets bring support to all model! 🤗
- [x] Llama
It would be great to add the support for more architectures such as
- [ ] Qwe…
-
**Describe the bug**
Multidevice tensors do not work in comparison mode
**To Reproduce**
Enable comparison mode for a multidevice ttnn program:
```python
with ttnn.manage_config("enable_compa…
-
**Describe the bug**
Was trying to use pretrained model https://huggingface.co/stanfordnlp/stanza-lt
With a lot of issues, like stanza.download("lt") constantly crashing, I was forced to do it manua…
-
When I try to train the model, it comes to "AttributeError: 'DataContainer' object has no attribute 'tensor'"
-
### Reason/inspiration (optional)
We would like a new entry on the `.squeeze()` term under PyTorch. The entry should go in a new file under `docs/content/pytorch/concepts/tensor-operations/terms/sque…
-
### Reason/inspiration (optional)
We would like a new entry on the `.index_select()` term under PyTorch. The entry should go in a new file under `docs/content/pytorch/concepts/tensor-operations/terms…