python3Packages.transformers: 4.3.3 -> 4.4.2
Changelog: https://github.com/huggingface/transformers/releases/tag/v4.4.2 https://github.com/huggingface/transformers/releases/tag/v4.4.1 https://github.com/huggingface/transformers/releases/tag/v4.4.0
This commit is contained in:
parent
70ed6f5fee
commit
29a4b21c35
@ -16,13 +16,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "transformers";
|
||||
version = "4.3.3";
|
||||
version = "4.4.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-KII7ZR+vnCxCxUcBOQo9y0KxZa+XuIIAkSJejk8HrlA=";
|
||||
hash = "sha256-kl1Z2FBo+yqVXUqLaUtet6IycmdcAtfydNTI4MNNrkc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user