fix: add transformer overlay for processor support

This commit is contained in:
drbh 2025-02-05 15:42:22 +00:00
parent 76d526d931
commit 07c0080970

View File

@ -13,16 +13,16 @@ final: prev: {
( (
python-self: python-super: with python-self; { python-self: python-super: with python-self; {
# Python package override example: # Python package override example:
# transformers = python-super.transformers.overrideAttrs ( transformers = python-super.transformers.overrideAttrs (
# _: _: { _: _: {
# src = final.fetchFromGitHub { src = final.fetchFromGitHub {
# owner = "huggingface"; owner = "huggingface";
# repo = "transformers"; repo = "transformers";
# rev = "2bd4d5897dc73e8b172832070a6f9e567a0df017"; rev = "8d73a38606bc342b370afe1f42718b4828d95aaa";
# hash = "sha256-JOIpKH9ssDEfI2Tf15e0iPKtThJwQ9GxMvRAnm+M2Pg="; hash = "sha256-MxroG6CWqrcmRS+eFt7Ej87TDOInN15aRPBUcaycKTI=";
# }; };
# } }
# ); );
} }
) )
]; ];