Hi all,
Thanks for sharing the project! In vLLM, we need a special sleep mode to offload model weights and kv cache to cpu memory.
Our current implementation is based on chunk-wised memory allocation to avoid some bugs in rocm.
vllm-project/vllm#12695
Is it possible to apply hipMM to vLLM sleep mode to avoid these bugs?
Thanks!
Hi all,
Thanks for sharing the project! In vLLM, we need a special sleep mode to offload model weights and kv cache to cpu memory.
Our current implementation is based on chunk-wised memory allocation to avoid some bugs in rocm.
vllm-project/vllm#12695
Is it possible to apply hipMM to vLLM sleep mode to avoid these bugs?
Thanks!