{"role": "user", "content": "What is the capital of France?"}
]
}'
```
### 7. Known Issues and Limitations
- vLLM is not working well with the `fork` method for multiprocessing and TP > 1. This is a known issue and a workaround is to use the `spawn` method instead. See [vLLM issue](https://github.com/vllm-project/vllm/issues/6152).
-`kv_rank` of `kv_producer` must be smaller than of `kv_consumer`.