Merge pull request #175438 from jonringer/fix-transformers-pytorch

python3Packages.transformers: fix pytorch reference
This commit is contained in:
Fabian Affolter 2022-05-30 09:47:08 +02:00 committed by GitHub
commit 33c6d916c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
, scikit-learn
, pillow
, pyyaml
, torch
, pytorch
, tokenizers
, tqdm
}:
@ -67,7 +67,7 @@ buildPythonPackage rec {
# tf2onnx
];
torch = [
torch
pytorch
];
tokenizers = [
tokenizers