Daniël de Kok

Results 73 issues of Daniël de Kok

This change add support for quantizing Phi 3.5 MoE models.

Suppose that we have a file `add.py` in a package: ``` import cutlass.cute as cute from . import hello @cute.jit def add(a, b): return a + b ``` and then...