mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-21 16:40:20 +00:00
fix: add transformer overlay for processor support
This commit is contained in:
parent
76d526d931
commit
07c0080970
@ -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=";
|
||||||
# };
|
};
|
||||||
# }
|
}
|
||||||
# );
|
);
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user