Skip to content

Commit f6820ee

Browse files
committed
python3Packages.unsloth: 2025.5.9 -> 2025.6.5
Changelog: https://github.com/unslothai/unsloth/releases/tag/2025.6.5
1 parent 90e2028 commit f6820ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/development/python-modules/unsloth/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131

3232
buildPythonPackage rec {
3333
pname = "unsloth";
34-
version = "2025.5.9";
34+
version = "2025.6.5";
3535
pyproject = true;
3636

3737
# Tags on the GitHub repo don't match
3838
src = fetchPypi {
3939
pname = "unsloth";
4040
inherit version;
41-
hash = "sha256-ud4+6BmyNvtvJz56dhS9SIXxTDw740rSfxxoi5itw4U=";
41+
hash = "sha256-o4c4gANnjM+z4Dp/0BZ48SMLMbCyIgjF3C5Q/AXV49A=";
4242
};
4343

4444
build-system = [
@@ -74,6 +74,7 @@ buildPythonPackage rec {
7474
pythonRelaxDeps = [
7575
"protobuf"
7676
"transformers"
77+
"torch"
7778
];
7879

7980
# The source repository contains no test

0 commit comments

Comments
 (0)