python3Packages.transformers: add hf-xet as optional dependency
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
torchvision,
|
||||
av,
|
||||
sentencepiece,
|
||||
hf-xet,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -135,7 +136,7 @@ buildPythonPackage rec {
|
||||
optax
|
||||
];
|
||||
hf_xet = [
|
||||
# hf-xet (unpackaged)
|
||||
hf-xet
|
||||
];
|
||||
tokenizers = [ tokenizers ];
|
||||
ftfy = [ ftfy ];
|
||||
|
||||
Reference in New Issue
Block a user