diff --git a/server/Makefile-vllm b/server/Makefile-vllm index 2f2b5ef6..57dcbcae 100644 --- a/server/Makefile-vllm +++ b/server/Makefile-vllm @@ -1,9 +1,9 @@ -commit_cuda := b5dfc61db88a81069e45b44f7cc99bd9e62a60fa +commit_cuda := e0c577263c2c7f367198d4a51a9964136ea259db commit_rocm := c6ee53b1be97e3bbc791b95f22827501297f8921 build-vllm-cuda: if [ ! -d 'vllm' ]; then \ pip install -U ninja packaging --no-cache-dir && \ - git clone https://github.com/Narsil/vllm.git vllm; \ + git clone https://github.com/igeniusai/vllm.git vllm; \ fi cd vllm && git fetch && git checkout $(commit_cuda) && python setup.py build