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