Rafael Vasquez
Results
12
issues of
Rafael Vasquez
Follow up to https://github.com/vllm-project/vllm/pull/9132, https://github.com/vllm-project/vllm/pull/9256 - Fixing some wording and formatting - Using `console` instead of `shell` in code-blocks as listed [here](https://build-me-the-docs-please.readthedocs.io/en/latest/Using_Sphinx/ShowingCodeExamplesInSphinx.html#pygments-lexers).
vLLM currently logs all request parameters except the prompt whenever the engine receives a request but there are scenarios where other parameters could be considered private. For example, free-form guided...