python3Packages.transformers: fix pytorch reference

This commit is contained in:
Jonathan Ringer 2022-05-30 00:02:51 -07:00
parent b32b506ad0
commit d02116e319
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

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