TTtianTT
Results
3
comments of
TTtianTT
I met the same bug
> cuda oom or cpu memory oom? I always met cpu memory oom
> An example script to fix this problem: > > export VLLM_COMMIT=227578480d71fc94ef46ca77fb69496412158d68 > sudo pip install vllm --pre --extra-index-url https://wheels.vllm.ai/${VLLM_COMMIT} > git clone -b verl_v1 https://github.com/hiyouga/vllm.git > sudo cp -r...