From 02e3dc49be5449ccd91834e861d2b2f188d32a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Mon, 6 Jan 2025 16:07:21 +0000 Subject: [PATCH] Update to flashinfer 0.2.0.post1 --- flake.lock | 6 +++--- server/Makefile-flashinfer | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 81b0d2a1..44802e18 100644 --- a/flake.lock +++ b/flake.lock @@ -978,11 +978,11 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1734861790, - "narHash": "sha256-3afC0dDIkjOICziL4voDchZIkP14g8KM0xilGjt0cio=", + "lastModified": 1736179589, + "narHash": "sha256-/zZCSieBJncVXqOFbvbSov76g2eWAxVxEJNNA6SmQKc=", "owner": "huggingface", "repo": "text-generation-inference-nix", - "rev": "29728b3bb43517114aa3025a270bcda4fe78de9f", + "rev": "fc7ff53b2cd5c984ad1434f20c271e3b7600d1c4", "type": "github" }, "original": { diff --git a/server/Makefile-flashinfer b/server/Makefile-flashinfer index 1712827b..c1b8a910 100644 --- a/server/Makefile-flashinfer +++ b/server/Makefile-flashinfer @@ -1,2 +1,2 @@ install-flashinfer: - pip install flashinfer==0.2.0 -i https://flashinfer.ai/whl/cu124/torch2.4 + pip install flashinfer==0.2.0.post1 -i https://flashinfer.ai/whl/cu124/torch2.4