dev-python/omegaconf
Flexible YAML-based configuration system with variable interpolation
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.
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.


View
Download
Browse