From 0437f8881ae05da7848ce4521ae7e3ac17f05f21 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 2 Oct 2024 10:48:02 +0200 Subject: [PATCH] Move to hf tgi-nix --- flake.lock | 27 +++++++++++++-------------- flake.nix | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 759e59e666c..584030da691 100644 --- a/flake.lock +++ b/flake.lock @@ -497,11 +497,11 @@ "systems": "systems_7" }, "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "type": "github" }, "original": { @@ -718,11 +718,11 @@ }, "nixpkgs_6": { "locked": { - "lastModified": 1724915739, - "narHash": "sha256-7PgRge4mn5akFvhPwefuaLQGbF5BnmxlwZJEf7CgbrE=", + "lastModified": 1727675176, + "narHash": "sha256-xIjBFMYldWvj+g8ahxMPofsj+OqxvKJN6YylNHQ7gn4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "85be051bb60943d3328d91aaf2598798f87e19af", + "rev": "a6d0207fea9212d28cd3d487efe6bc699663b93a", "type": "github" }, "original": { @@ -978,17 +978,16 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1727710820, - "narHash": "sha256-BuSafCxoFQhkp7lnvNtpquxSK43rIbnouL2HypIUC+o=", - "owner": "danieldk", - "repo": "tgi-nix", - "rev": "4f4dc4b85dd856fd7904e8e3e486a2ff153584a2", + "lastModified": 1727857529, + "narHash": "sha256-X9TxV2VKMECwhSAsgQdlIhxpZk9iDvc0K+ZFRKZa2wU=", + "owner": "huggingface", + "repo": "text-generation-inference-nix", + "rev": "806e13e267349fac9f37a76c145650b5b78e40aa", "type": "github" }, "original": { - "owner": "danieldk", - "ref": "moe-kernels-0.5.0", - "repo": "tgi-nix", + "owner": "huggingface", + "repo": "text-generation-inference-nix", "type": "github" } } diff --git a/flake.nix b/flake.nix index b18a576569b..22fa8cfc80c 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:danieldk/tgi-nix/moe-kernels-0.5.0"; + tgi-nix.url = "github:huggingface/text-generation-inference-nix"; nixpkgs.follows = "tgi-nix/nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; rust-overlay = {