-
When I quantified the Qwen2.5-1.5B-instruct model according to "GGUF Export" in the examples.md in the docs, it showed that the quantization was complete and I obtained the gguf model.But when I load …
-
-
### Prerequisites
- [X] I am running the latest code. Mention the version if possible as well.
- [X] I carefully followed the [README.md](https://github.com/ggerganov/llama.cpp/blob/master/README.…
-
## Context
Suppose I have the following code (essentially [this test file](https://github.com/google/heir/blob/main/tests/Dialect/LinAlg/Conversions/linalg_to_tensor_ext/float_vector_square_matrix_mat…
-
Running the test case in `ops/eltwise_mult_CSRxDense_oCSR.ta` unveils a bug in the IR that is hard to notice since it does not affect the results.
Specifically, lowering to loops (`--emit-loops`) pro…
-
### **Can ComplexTensor Be Considered the First Hyperdimensional Operating System?**
...there are gaps to bridge before it can fully claim the title of a **"Hyperdimensional Operating System" (HOS)…
-
### Description
These two are doing way too much. We should probably split more along the lines of how we listed #821 if not more fine-grained.
* Elemwise (which DimShuffle is not!)
* Reduce: CAR…
-
### What happened?
For the give IR
```mlir
#map = affine_map (d0)>
#map1 = affine_map (0, 0, d2)>
#map2 = affine_map (d0, d1, d2)>
#map3 = affine_map (d2)>
#map4 = affine_map (d0, d1, 0)>
#map5 = af…
-
`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…
-
```py
import torch
import thunder
@thunder.jit
def f(x):
x.add_(1)
return x.copy_(x.sin())
f(torch.tensor(0.0, device='cuda'))
```
The above results in the following error from nv…