python3Packages.unsloth 2025.8.9 -> 2025.9.4; unsloth-zoo 2025.8.8 -> 2025.9.5 (#441988)

This commit is contained in:
isabel
2025-09-15 19:13:34 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "unsloth-zoo";
version = "2025.8.8";
version = "2025.9.5";
pyproject = true;
# no tags on GitHub
src = fetchPypi {
pname = "unsloth_zoo";
inherit version;
hash = "sha256-Njezsl9+oxAyiRF87AXQJbLjNz/lco0j8JG8RnTiZAE=";
hash = "sha256-wlKlXTgEdfkz4j//LHw23CmeL7toINg5IUxcpwrPtAw=";
};
# pyproject.toml requires an obsolete version of protobuf,
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "unsloth";
version = "2025.8.9";
version = "2025.9.4";
pyproject = true;
# Tags on the GitHub repo don't match
src = fetchPypi {
pname = "unsloth";
inherit version;
hash = "sha256-XKYKEJCiOucuGfout8+FiTfO3KXvkucaduwWnZR5OwA=";
hash = "sha256-aT/RS48hBMZT1ab1Rx1lpSMi6yyEzJCASzDAP0d6ixA=";
};
build-system = [