python3Packages.huggingface-hub/transformers: uncomment hf-xet as optional dependency (#411067)
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
safetensors,
|
||||
# hf_transfer
|
||||
hf-transfer,
|
||||
# hf_xet
|
||||
hf-xet,
|
||||
# fastai
|
||||
toml,
|
||||
fastai,
|
||||
@@ -93,7 +95,7 @@ buildPythonPackage rec {
|
||||
keras
|
||||
];
|
||||
hf_xet = [
|
||||
# hf-xet (unpackaged)
|
||||
hf-xet
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -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