gpo.zugaina.org

Search Portage & Overlays:

sci-ml/peft

Parameter-Efficient Fine-Tuning (LoRA/QLoRA adapters) for PyTorch

Screenshots

  • peft-0.20.0
    ~amd64
    python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff
  • peft-0.19.1
    ~amd64
    python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff

ChangeLog

commit 79c7dcb752200d2740910a43646b393c1c240edb
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jul 29 10:17:58 2026 +0200

sci-ml/peft: add 0.20.0

commit 7210ca8b154502edfdb7f482c9a1e64ca65754df
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Jul 26 23:01:30 2026 +0200

sci-ml/peft: track the supported interpreters on 0.19.1

setup.py declares python_requires ">=3.10.0" with no ceiling and the release
is a pure-python wheel, so python3_14 is available; the classifier list stops
at 3.13 but trails the actual constraint.

python3_11 goes at the same time, as with bitsandbytes and trl: it is no
longer a ::gentoo target and the torch/transformers/accelerate chain this
package needs is python3_.

commit bf72a4443138b5ef9bfdb5f8a77e81a23cf27ba6
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jul 4 13:24:24 2026 +0200

sci-ml/peft: new package, add 0.19.1

Parameter-Efficient Fine-Tuning (LoRA/QLoRA adapters) for PyTorch, part of the
LlamaFactory dependency cluster. Pure-Python (setuptools); wheel build+install
verified (full import pends a merged accelerate, a declared RDEPEND).