diff --git a/flake.lock b/flake.lock index 675e1dee..77593fd1 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index c069f5c7..c733cdd2 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {