python3Packages.unsloth: 2025.5.9 -> 2025.6.5 (#419812)

This commit is contained in:
Peder Bergebakken Sundt 2025-06-27 07:58:48 +02:00 committed by GitHub
commit f74fa5983b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -27,14 +27,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "unsloth-zoo"; pname = "unsloth-zoo";
version = "2025.5.11"; version = "2025.6.4";
pyproject = true; pyproject = true;
# no tags on GitHub # no tags on GitHub
src = fetchPypi { src = fetchPypi {
pname = "unsloth_zoo"; pname = "unsloth_zoo";
inherit version; inherit version;
hash = "sha256-QRKcFkNlr7pICEy3il+za6hDYjvsSxHIBM6VaB1c5mk="; hash = "sha256-3KLsFYhnTPqaeydFJDHr+qNkTVi2NL3ADjzkd0NBOQQ=";
}; };
# pyproject.toml requires an obsolete version of protobuf, # pyproject.toml requires an obsolete version of protobuf,
@ -43,6 +43,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [ pythonRelaxDeps = [
"protobuf" "protobuf"
"transformers" "transformers"
"torch"
]; ];
patches = [ patches = [

View File

@ -31,14 +31,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "unsloth"; pname = "unsloth";
version = "2025.5.9"; version = "2025.6.5";
pyproject = true; pyproject = true;
# Tags on the GitHub repo don't match # Tags on the GitHub repo don't match
src = fetchPypi { src = fetchPypi {
pname = "unsloth"; pname = "unsloth";
inherit version; inherit version;
hash = "sha256-ud4+6BmyNvtvJz56dhS9SIXxTDw740rSfxxoi5itw4U="; hash = "sha256-o4c4gANnjM+z4Dp/0BZ48SMLMbCyIgjF3C5Q/AXV49A=";
}; };
build-system = [ build-system = [
@ -74,6 +74,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [ pythonRelaxDeps = [
"protobuf" "protobuf"
"transformers" "transformers"
"torch"
]; ];
# The source repository contains no test # The source repository contains no test