From d57a91b9e570ace305666743d4f94372f9722825 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 5 Mar 2025 16:04:40 +0100 Subject: [PATCH] Fixing the nix overlay with updated version. --- nix/overlay.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/overlay.nix b/nix/overlay.nix index d9047819..63398f07 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -18,8 +18,8 @@ final: prev: { src = final.fetchFromGitHub { owner = "huggingface"; repo = "transformers"; - rev = "8d73a38606bc342b370afe1f42718b4828d95aaa"; - hash = "sha256-MxroG6CWqrcmRS+eFt7Ej87TDOInN15aRPBUcaycKTI="; + rev = "v4.49.0"; + hash = "sha256-drq7RWoRaRejiQjCUHIYuzaKa9rA4eQZI2do74scp1c="; }; } );