Closed pzread closed 2 months ago
Checked the CI log https://github.com/arogozhnikov/einops/actions/runs/10849017808/job/30107331863?pr=327. The format errors seem to be unrelated to the changes of this PR
Hi Jerry, thanks for fixing!
CI errors were because new ruff version wants to format notebooks too. I've fixed those and incorporated you PR in #329
Pass tensors to
Tensor.cat
by*args
instead of a list in tinygrad backendThe
Tensor.cat
in tinygrad backend takes tensors from*args
instead of a list of tensor (https://github.com/tinygrad/tinygrad/blob/774bf39f85685aa55196b2716fa27f36d0dc88ba/tinygrad/tensor.py#L1091)