From c8519aa7d828875b54215b18e09ab3ba0a5847d6 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 30 Jan 2025 10:45:14 +0100 Subject: [PATCH] Moe kernels 0.8.1 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 4779427f..ba3a7173 100644 --- a/flake.lock +++ b/flake.lock @@ -978,16 +978,16 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1738163501, - "narHash": "sha256-MW+HVo3Kjr/W8ra7qyeG2nW/Z6fsZ7nDfWs3Uvw9Xko=", + "lastModified": 1738229197, + "narHash": "sha256-K/YJSFhzP0vN23GMfM1HVMtSzaM488hh12ggsMtKMG0=", "owner": "huggingface", "repo": "text-generation-inference-nix", - "rev": "bfdd9594c7d99cf8442e06f3bb2b4ab08185affe", + "rev": "cfcddaf3044f59c3fbd335935ac3c0e9f458d824", "type": "github" }, "original": { "owner": "huggingface", - "ref": "moe-kernels-0.8.0", + "ref": "moe_0_8_1", "repo": "text-generation-inference-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index d8a8a6cf..6c9f5014 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-kernels-0.8.0"; + tgi-nix.url = "github:huggingface/text-generation-inference-nix/moe_0_8_1"; nixpkgs.follows = "tgi-nix/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; rust-overlay = {