Adding hf-xet dependency.

This commit is contained in:
Nicolas Patry 2025-04-06 11:14:03 +02:00
parent e34a108b93
commit b3024ca9f7
No known key found for this signature in database
GPG Key ID: 87B37D879D09DEB4
3 changed files with 7 additions and 4 deletions

View File

@ -978,15 +978,16 @@
"nixpkgs": "nixpkgs_6" "nixpkgs": "nixpkgs_6"
}, },
"locked": { "locked": {
"lastModified": 1742807335, "lastModified": 1743930745,
"narHash": "sha256-580CXhhCcK1cXRWahk/mDKo6zUsOD2JvNOg5SBBMAKc=", "narHash": "sha256-MDQrbJkweLYsMYh44Gx+c1gAZOCR1fmZF1lkavAHDto=",
"owner": "huggingface", "owner": "huggingface",
"repo": "text-generation-inference-nix", "repo": "text-generation-inference-nix",
"rev": "8d9ea4691f49369aa5d3230a51366ff6c744d658", "rev": "13627879aee62d9620df4adda45b70db48c028b0",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "huggingface", "owner": "huggingface",
"ref": "add_hf_xet",
"repo": "text-generation-inference-nix", "repo": "text-generation-inference-nix",
"type": "github" "type": "github"
} }

View File

@ -5,7 +5,7 @@
inputs.nixpkgs.follows = "tgi-nix/nixpkgs"; inputs.nixpkgs.follows = "tgi-nix/nixpkgs";
}; };
nix-filter.url = "github:numtide/nix-filter"; nix-filter.url = "github:numtide/nix-filter";
tgi-nix.url = "github:huggingface/text-generation-inference-nix"; tgi-nix.url = "github:huggingface/text-generation-inference-nix/add_hf_xet";
nixpkgs.follows = "tgi-nix/nixpkgs"; nixpkgs.follows = "tgi-nix/nixpkgs";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
rust-overlay = { rust-overlay = {

View File

@ -17,6 +17,7 @@
grpcio-status, grpcio-status,
grpcio-tools, grpcio-tools,
hf-transfer, hf-transfer,
hf-xet,
kernels, kernels,
loguru, loguru,
mamba-ssm, mamba-ssm,
@ -92,6 +93,7 @@ buildPythonPackage {
grpcio-status grpcio-status
grpcio-tools grpcio-tools
hf-transfer hf-transfer
hf-xet
kernels kernels
loguru loguru
mamba-ssm mamba-ssm