frigate: pin transformers 4.x to support older hugginggface models
The huggingface-hub pin is required for transformers 4.x support.
This commit is contained in:
@@ -39,6 +39,9 @@ let
|
||||
hash = "sha256-95xtUzzIxxvDtpHX/5uCHnTQTB8Fc08DZGUOR/SdKLs=";
|
||||
};
|
||||
});
|
||||
|
||||
huggingface-hub = super.huggingface-hub_0;
|
||||
transformers = super.transformers_4;
|
||||
};
|
||||
};
|
||||
python3Packages = python.pkgs;
|
||||
|
||||
Reference in New Issue
Block a user