Merge pull request #175438 from jonringer/fix-transformers-pytorch
python3Packages.transformers: fix pytorch reference
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
, scikit-learn
|
||||
, pillow
|
||||
, pyyaml
|
||||
, torch
|
||||
, pytorch
|
||||
, tokenizers
|
||||
, tqdm
|
||||
}:
|
||||
@@ -67,7 +67,7 @@ buildPythonPackage rec {
|
||||
# tf2onnx
|
||||
];
|
||||
torch = [
|
||||
torch
|
||||
pytorch
|
||||
];
|
||||
tokenizers = [
|
||||
tokenizers
|
||||
|
||||
Reference in New Issue
Block a user