diff --git a/flake.lock b/flake.lock index 23e76b8b..a7c3beb5 100644 --- a/flake.lock +++ b/flake.lock @@ -978,15 +978,16 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1736436388, - "narHash": "sha256-CIyxVPpM9RrSwthNT/4DQ10YPk/uwzP7AeE83kBNsrE=", + "lastModified": 1737042758, + "narHash": "sha256-yW8IIcNU08IXxFJEv9lqnmx+4qcT6IfTvDqgw8NO1nM=", "owner": "huggingface", "repo": "text-generation-inference-nix", - "rev": "5103c3fb1f9ad1fd33b6e09ff05e957884b112d5", + "rev": "12137321ce83850131ef5307e846c4e304366e3a", "type": "github" }, "original": { "owner": "huggingface", + "ref": "pytorch-3.5.1", "repo": "text-generation-inference-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 83cedfa6..eb55f512 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"; + tgi-nix.url = "github:huggingface/text-generation-inference-nix/pytorch-3.5.1"; nixpkgs.follows = "tgi-nix/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; rust-overlay = {