-
#### Summary:
From @betanalpha
C_{ij} = sum{m, n = 1}^{N} A_{imn} B_{jmn}
#### Description:
In Stan code:
```
matrix tensor_product(matrix[] A, matrix[] B) {
matrix[size(A), size(B)…
-
When "from unimol_tools import UniMolRepr", I get the following messages:
fused_multi_tensor is not installed corrected
fused_rounding is not installed corrected
fused_layer_norm is not installed…
-
I tried cogvideox_I2V_example_01.json, and the image is 720X480, but...
CogVideoImageEncode Node got this error :"too many indices for tensor of dimension 4"
![Screenshot 2024-10-25 101500](http…
-
Hello
I'm trying to use the bert_mha_layernorm_fuse() function in the examples.py
The problem is when I'm trying to infer the fused model I'm getting a dtype mismatch error
After a little debug…
-
The issue customer faces with batch inferencing using this approach proposed in https://github.com/aws-neuron/aws-neuron-sdk/issues/906.
"My output is in Tuple[List[torch.Tensor]] which works well…
-
-
Hey everyone,
I'm hitting this segfault in my repository, but I'm sending a reproducer in XLS since the conversion pass they have is much simpler than mine.
### Reproducer
```
// RUN: xls/…
asraa updated
1 month ago
-
**Describe the bug**
ttnn.softmax returns zero valued tensor in convnet mnist model resulting in PCC = 0.0.
**To Reproduce**
Pick the test from [commit](https://github.com/tenstorrent/tt-metal/co…
-
`CUDA_VISIBLE_DEVICES=0,1 lm_eval --model vllm \
--model_args pretrained=/home/jovyan/data-vol-1/models/meta-llama__Llama3.1-70B-Instruct,tensor_parallel_size=2,dtype=auto,gpu_memory_utilization=…
-
Hi~
I meet a question RuntimeError: The size of tensor a (212) must match the size of tensor b (0) at non-singleton dimension 0,when I try to run code imputer.fit() and the dataset I used is heart.cs…