linux内存占用问题
在测试vllm部署的时候,因为可以调节对应的内存,并且会被vllm真实的占用,在部署到64G内存的机器时,调节VLLM_CPU_KVCACHE_SPACE为30以上之后一直报错如下: Traceback (most recent call last): File "/opt/code/vllm_reranker_test.py", line 89, in <module> main() File "/opt/code/vllm_reranker_test.py", line 80, in main llm = get_llm() ^^^^^^^^^ File "/opt/code/vllm_reranker_test.py", line 28, in get_llm return LLM( ^^^^ File "/root/anaconda3/envs/py311/lib/python3.11/site-packages/vllm-0.10.2rc1+cpu-py3.11-linux-x86_64.egg/vllm/entrypoints/llm.py", line 272....