-
-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Description
Your current environment
The output of `python collect_env.py`
How would you like to use vllm
I would like to know if there is an option to set the system_fingerprint returned in Chat Completions API via vLLM. I looked through the code base but couldn't find anything concrete, so thought I should ask here. I realize that OpenAI has announced they're deprecating this particular return value soon, but I think there is an inherent value in having a field which can help distinguish between servers that are being run in-house.
I would be happy to raise a PR if this functionality doesn't exist currently, but I'd be hesitant to do so, if the system_fingerprint field is going to be removed soon according to OpenAI's deprecation timeline.
For more context, we are interested in using that response field to be able to identify which GPUs our models are running on when the request is being served.
cc @njhill @robertgshaw2-redhat @russellb would love to hear your thoughts/concerns!
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.