We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e2028 commit f6820eeCopy full SHA for f6820ee
pkgs/development/python-modules/unsloth/default.nix
@@ -31,14 +31,14 @@
31
32
buildPythonPackage rec {
33
pname = "unsloth";
34
- version = "2025.5.9";
+ version = "2025.6.5";
35
pyproject = true;
36
37
# Tags on the GitHub repo don't match
38
src = fetchPypi {
39
40
inherit version;
41
- hash = "sha256-ud4+6BmyNvtvJz56dhS9SIXxTDw740rSfxxoi5itw4U=";
+ hash = "sha256-o4c4gANnjM+z4Dp/0BZ48SMLMbCyIgjF3C5Q/AXV49A=";
42
};
43
44
build-system = [
@@ -74,6 +74,7 @@ buildPythonPackage rec {
74
pythonRelaxDeps = [
75
"protobuf"
76
"transformers"
77
+ "torch"
78
];
79
80
# The source repository contains no test
0 commit comments