diff --git a/flake.lock b/flake.lock index 5cde51595..855e32819 100644 --- a/flake.lock +++ b/flake.lock @@ -978,16 +978,15 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1742647348, + "lastModified": 1742807335, "narHash": "sha256-580CXhhCcK1cXRWahk/mDKo6zUsOD2JvNOg5SBBMAKc=", "owner": "huggingface", "repo": "text-generation-inference-nix", - "rev": "8fdd81a28da4c3e07796ccc037693bc9d84ac1a3", + "rev": "8d9ea4691f49369aa5d3230a51366ff6c744d658", "type": "github" }, "original": { "owner": "huggingface", - "ref": "torch_2.6", "repo": "text-generation-inference-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 84c959646..c733cdd24 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/torch_2.6"; + tgi-nix.url = "github:huggingface/text-generation-inference-nix"; nixpkgs.follows = "tgi-nix/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; rust-overlay = {