From 41948e240feb89068d452d809d2a1f73f18963a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Wed, 8 Jan 2025 10:05:46 +0000 Subject: [PATCH] Fix flashinfer install --- server/Makefile-flashinfer | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/Makefile-flashinfer b/server/Makefile-flashinfer index c1b8a910..d5f684ba 100644 --- a/server/Makefile-flashinfer +++ b/server/Makefile-flashinfer @@ -1,2 +1,5 @@ install-flashinfer: + # We need fsspec as an additional dependency, but + # `pip install flashinfer` cannot resolve it. + pip install fsspec pip install flashinfer==0.2.0.post1 -i https://flashinfer.ai/whl/cu124/torch2.4