Going bacjk on Olivier fork.

This commit is contained in:
Nicolas Patry 2023-09-04 14:15:39 +02:00
parent e181a3a761
commit 9aaa184675

View File

@ -1,8 +1,8 @@
vllm_commit := 7398487e496a819770b90f02e6469e03e24781fd
vllm_commit := e86af624d059969b0fb07b075b1d338bf10c3365
vllm:
# Clone vllm
git clone https://github.com/Narsil/vllm.git
git clone https://github.com/OlivierDehaene/vllm.git
build-vllm: vllm
cd vllm && git fetch && git checkout $(vllm_commit)