python3Packages.trl: 0.24.0 -> 0.25.0 (#460678)

This commit is contained in:
Nick Cao
2025-11-12 21:22:29 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "trl";
version = "0.24.0";
version = "0.25.0";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "trl";
tag = "v${version}";
hash = "sha256-t0wOuEKlcZzFlQeS4PYHykFsz+43hYc0gJ9u4emr8HI=";
hash = "sha256-XEutF+uN1UCOYmaYsKXSOvX5QMhIeUfHGEwEnhOvimA=";
};
build-system = [