top_k for openai compatible server #14331
Closed
artist-genai
announced in
Q&A
Replies: 2 comments 2 replies
-
same question! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Found the answer use this
I am passing the values based on certain conditions. The accepted dtype for top_p is float, top_k is int, temp is float, rp is float, fp is float. You can find that in the VLLMOpenAI docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using vLLM in a docker container and inferencing using langchain community VLLMOpenAI. Neither the engine arguments or this package has a parameter to change the top_k value. Does anyone have any idea about how can this be changed?
Beta Was this translation helpful? Give feedback.
All reactions