]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
convert : add split() to LoraTorchTensor in LoRA converter (#22832)
authorJesus Talavera <redacted>
Tue, 12 May 2026 05:17:04 +0000 (07:17 +0200)
committerGitHub <redacted>
Tue, 12 May 2026 05:17:04 +0000 (08:17 +0300)
commit78fbbc2c0788efc8857a2c0dc9802ec689fa12c1
tree8cee8c07a1ab4952db54bb27b9ca446d33c23621
parentda44953329daec5f16b7b19d7ebfdc6552415362
convert : add split() to LoraTorchTensor in LoRA converter (#22832)

* convert : add split() method to LoraTorchTensor

* Fix python type-check

* Fix flake8 Lint

* fix: handle positional dim arg in torch.split dispatch

* Fix type-check again

* Fix type-checks

* Remove unit test per reviewers feedback

* work around ty deficiency

---------

Co-authored-by: Sigbjørn Skjæret <redacted>
convert_lora_to_gguf.py