mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 08:22:07 +00:00
Adding hf-xet dependency.
This commit is contained in:
parent
e34a108b93
commit
b3024ca9f7
@ -978,15 +978,16 @@
|
||||
"nixpkgs": "nixpkgs_6"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742807335,
|
||||
"narHash": "sha256-580CXhhCcK1cXRWahk/mDKo6zUsOD2JvNOg5SBBMAKc=",
|
||||
"lastModified": 1743930745,
|
||||
"narHash": "sha256-MDQrbJkweLYsMYh44Gx+c1gAZOCR1fmZF1lkavAHDto=",
|
||||
"owner": "huggingface",
|
||||
"repo": "text-generation-inference-nix",
|
||||
"rev": "8d9ea4691f49369aa5d3230a51366ff6c744d658",
|
||||
"rev": "13627879aee62d9620df4adda45b70db48c028b0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "huggingface",
|
||||
"ref": "add_hf_xet",
|
||||
"repo": "text-generation-inference-nix",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
inputs.nixpkgs.follows = "tgi-nix/nixpkgs";
|
||||
};
|
||||
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";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
rust-overlay = {
|
||||
|
@ -17,6 +17,7 @@
|
||||
grpcio-status,
|
||||
grpcio-tools,
|
||||
hf-transfer,
|
||||
hf-xet,
|
||||
kernels,
|
||||
loguru,
|
||||
mamba-ssm,
|
||||
@ -92,6 +93,7 @@ buildPythonPackage {
|
||||
grpcio-status
|
||||
grpcio-tools
|
||||
hf-transfer
|
||||
hf-xet
|
||||
kernels
|
||||
loguru
|
||||
mamba-ssm
|
||||
|
Loading…
Reference in New Issue
Block a user