From bb69c5b199928fa17097c57e67fcdbff31a25889 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 31 Jan 2025 14:39:52 +0100 Subject: [PATCH] Back on nix main. (#2979) --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 2e7ddb29a2f..3ad3d698c9c 100644 --- a/flake.lock +++ b/flake.lock @@ -978,16 +978,15 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1738315729, - "narHash": "sha256-tizNB3LbhPWgqs/PGgFdTxudqkttqo+R0NBkaaQP3ak=", + "lastModified": 1738323634, + "narHash": "sha256-lKPzgEm7pEuQJVhacsxFHqg1MOtrUMZvr+9IuJzC5J4=", "owner": "huggingface", "repo": "text-generation-inference-nix", - "rev": "a3872305034ead72328e84628974d66969b46074", + "rev": "eb5fede2756f544f75e01f55a4097f9c9a8c5005", "type": "github" }, "original": { "owner": "huggingface", - "ref": "moe_0.8.2", "repo": "text-generation-inference-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 28555424d0f..83cedfa620f 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/moe_0.8.2"; + tgi-nix.url = "github:huggingface/text-generation-inference-nix"; nixpkgs.follows = "tgi-nix/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; rust-overlay = {