forked from mirrors/nixpkgs
Merge pull request #175438 from jonringer/fix-transformers-pytorch
python3Packages.transformers: fix pytorch reference
This commit is contained in:
commit
33c6d916c7
|
@ -17,7 +17,7 @@
|
|||
, scikit-learn
|
||||
, pillow
|
||||
, pyyaml
|
||||
, torch
|
||||
, pytorch
|
||||
, tokenizers
|
||||
, tqdm
|
||||
}:
|
||||
|
@ -67,7 +67,7 @@ buildPythonPackage rec {
|
|||
# tf2onnx
|
||||
];
|
||||
torch = [
|
||||
torch
|
||||
pytorch
|
||||
];
|
||||
tokenizers = [
|
||||
tokenizers
|
||||
|
|
Loading…
Reference in a new issue