From 34e1b986f7488e00ac1ec8d1a5ec46e8be09f7a9 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 30 Jan 2025 21:12:34 +0100 Subject: [PATCH] Back on main flake. --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index ba3a7173..d64b76b1 100644 --- a/flake.lock +++ b/flake.lock @@ -978,16 +978,15 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1738229197, - "narHash": "sha256-K/YJSFhzP0vN23GMfM1HVMtSzaM488hh12ggsMtKMG0=", + "lastModified": 1738251792, + "narHash": "sha256-pHwXzy/TmIAKi1d9qs5USwxDtYf4DucGK9mhGmXxUfQ=", "owner": "huggingface", "repo": "text-generation-inference-nix", - "rev": "cfcddaf3044f59c3fbd335935ac3c0e9f458d824", + "rev": "c7f53c9ba51f7d1502a0f1c64bf81aad57f2a097", "type": "github" }, "original": { "owner": "huggingface", - "ref": "moe_0_8_1", "repo": "text-generation-inference-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 6c9f5014..83cedfa6 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_1"; + tgi-nix.url = "github:huggingface/text-generation-inference-nix"; nixpkgs.follows = "tgi-nix/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; rust-overlay = {