python3Packages.transformers: fix pytorch reference
This commit is contained in:
parent
b32b506ad0
commit
d02116e319
1 changed files with 2 additions and 2 deletions
|
@ -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