From 0f2845081bf9773d53fb65aa19af97728fd76ffa Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 23 Jan 2025 14:31:35 +0100 Subject: [PATCH] Remove the archlist, it's defined in the docker anyway. --- server/Makefile-flashinfer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile-flashinfer b/server/Makefile-flashinfer index 50eb9ca7..f6cbb572 100644 --- a/server/Makefile-flashinfer +++ b/server/Makefile-flashinfer @@ -3,4 +3,4 @@ install-flashinfer: # `pip install flashinfer` cannot resolve it. pip install fsspec sympy==1.13.1 numpy pip install -U setuptools - TORCH_CUDA_ARCH_LIST="8.0;8.6;9.0+PTX" FLASHINFER_ENABLE_AOT=1 pip install git+https://github.com/flashinfer-ai/flashinfer.git@v0.2.0.post1#egg=flashinfer --no-build-isolation + FLASHINFER_ENABLE_AOT=1 pip install git+https://github.com/flashinfer-ai/flashinfer.git@v0.2.0.post1#egg=flashinfer --no-build-isolation