python3Packages.unsloth: 2025.5.9 -> 2025.6.5
Changelog: https://github.com/unslothai/unsloth/releases/tag/2025.6.5
This commit is contained in:
@@ -31,14 +31,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "unsloth";
|
||||
version = "2025.5.9";
|
||||
version = "2025.6.5";
|
||||
pyproject = true;
|
||||
|
||||
# Tags on the GitHub repo don't match
|
||||
src = fetchPypi {
|
||||
pname = "unsloth";
|
||||
inherit version;
|
||||
hash = "sha256-ud4+6BmyNvtvJz56dhS9SIXxTDw740rSfxxoi5itw4U=";
|
||||
hash = "sha256-o4c4gANnjM+z4Dp/0BZ48SMLMbCyIgjF3C5Q/AXV49A=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -74,6 +74,7 @@ buildPythonPackage rec {
|
||||
pythonRelaxDeps = [
|
||||
"protobuf"
|
||||
"transformers"
|
||||
"torch"
|
||||
];
|
||||
|
||||
# The source repository contains no test
|
||||
|
||||
Reference in New Issue
Block a user