From 803df81ac7fff0388d202e82bcfb68cb3848b3ee Mon Sep 17 00:00:00 2001 From: codgician <15964984+codgician@users.noreply.github.com> Date: Mon, 26 May 2025 20:16:04 +0800 Subject: [PATCH] python3Packages.huggingface-hub: add hf-xet as optional dependency --- pkgs/development/python-modules/huggingface-hub/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix index 7f0f3155bbf8..a97b354d2a32 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -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 ]; };