Merged tgi-nix update.

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

View File

@ -978,16 +978,15 @@
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1743930745,
"lastModified": 1743931123,
"narHash": "sha256-MDQrbJkweLYsMYh44Gx+c1gAZOCR1fmZF1lkavAHDto=",
"owner": "huggingface",
"repo": "text-generation-inference-nix",
"rev": "13627879aee62d9620df4adda45b70db48c028b0",
"rev": "1ad3feaadfdedca90278ee7676bca15019519189",
"type": "github"
},
"original": {
"owner": "huggingface",
"ref": "add_hf_xet",
"repo": "text-generation-inference-nix",
"type": "github"
}

View File

@ -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/add_hf_xet";
tgi-nix.url = "github:huggingface/text-generation-inference-nix";
nixpkgs.follows = "tgi-nix/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {