Commit 214251f3 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.unsloth: 2026.4.1 -> 2026.4.5

parent d8d77f85
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -54,14 +54,14 @@ in

buildPythonPackage (finalAttrs: {
  pname = "unsloth";
  version = "2026.4.1";
  version = "2026.4.5";
  pyproject = true;

  # Tags on the GitHub repo don't match
  src = fetchPypi {
    pname = "unsloth";
    inherit (finalAttrs) version;
    hash = "sha256-RGpVxrcFzKbHxV7o0/OYaADo/Pqxx/c+FaxcV05gHGU=";
    hash = "sha256-35+IMV/WHVi0iGnOxtfSZNKo0+0ZlNVlbNtA5tXw9sE=";
  };

  postPatch = ''
@@ -178,7 +178,6 @@ buildPythonPackage (finalAttrs: {
  meta = {
    description = "Finetune Llama 3.3, DeepSeek-R1 & Reasoning LLMs 2x faster with 70% less memory";
    homepage = "https://github.com/unslothai/unsloth";
    changelog = "https://github.com/unslothai/unsloth/releases/tag/${finalAttrs.version}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ hoh ];
  };