gpo.zugaina.org

Search Portage & Overlays:

dev-python/omegaconf

Flexible YAML-based configuration system with variable interpolation

Screenshots

  • omegaconf-2.4.0_pre12
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff

ChangeLog

commit 00310c85a2ce3a6a5e969519fe8a5cd88ff7fbfb
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jul 4 14:57:20 2026 +0200

dev-python/omegaconf: new package, add 2.4.0_pre12

YAML-based hierarchical config with variable interpolation, a dependency
of the LLaMA-Factory / HuggingFace training tooling. The 2.4 line is
chosen over the released 2.3.x deliberately: 2.3 pins the external
antlr4-python3-runtime to 4.9, whose ATN serialization is incompatible
with the 4.11 runtime the tree ships (deserialize raises "Could not
deserialize ATN with version 4"). 2.4 vendors its own ANTLR 4.11.1
runtime under omegaconf/vendor, so PyYAML is the sole external runtime
dependency.