-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Frontend][Core] Move guided decoding params into sampling params #8252
Commits on Sep 6, 2024
-
♻️ refactor guided decoding construction
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 2673021 - Browse repository at this point
Copy the full SHA 2673021View commit details -
♻️ refactor to_sampling_params
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 382a240 - Browse repository at this point
Copy the full SHA 382a240View commit details -
♻️ update sampling params in openai servers
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for ff6c147 - Browse repository at this point
Copy the full SHA ff6c147View commit details
Commits on Sep 9, 2024
-
⚡ build LPs in engine / client
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for ab0fea0 - Browse repository at this point
Copy the full SHA ab0fea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a18d5 - Browse repository at this point
Copy the full SHA 41a18d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40260eb - Browse repository at this point
Copy the full SHA 40260ebView commit details
Commits on Sep 10, 2024
-
🗑️ deprecate GuidedDecodingRequest usage
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 9d3b185 - Browse repository at this point
Copy the full SHA 9d3b185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610423e - Browse repository at this point
Copy the full SHA 610423eView commit details -
🥅 disallow both guided options
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 9b6ab55 - Browse repository at this point
Copy the full SHA 9b6ab55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 429704d - Browse repository at this point
Copy the full SHA 429704dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df4783 - Browse repository at this point
Copy the full SHA 2df4783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a1116 - Browse repository at this point
Copy the full SHA 97a1116View commit details -
⚡ ensure use of async outlines LP construction
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 24d95fe - Browse repository at this point
Copy the full SHA 24d95feView commit details -
♻️ move guided params construction
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 0fa5080 - Browse repository at this point
Copy the full SHA 0fa5080View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2920459 - Browse repository at this point
Copy the full SHA 2920459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 450c76e - Browse repository at this point
Copy the full SHA 450c76eView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6bfa8a8 - Browse repository at this point
Copy the full SHA 6bfa8a8View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07a17ef - Browse repository at this point
Copy the full SHA 07a17efView commit details -
♻️ refactor mistral unsupported errors
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d4540ca - Browse repository at this point
Copy the full SHA d4540caView commit details -
✅ test guided decoding validation
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1d580d2 - Browse repository at this point
Copy the full SHA 1d580d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b984187 - Browse repository at this point
Copy the full SHA b984187View commit details -
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1c2bbf1 - Browse repository at this point
Copy the full SHA 1c2bbf1View commit details
Commits on Sep 18, 2024
-
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for aa84827 - Browse repository at this point
Copy the full SHA aa84827View commit details -
Configuration menu - View commit details
-
Copy full SHA for c52075b - Browse repository at this point
Copy the full SHA c52075bView commit details -
⚡ add LP construction to mqllmengine client
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 891c526 - Browse repository at this point
Copy the full SHA 891c526View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b59d03 - Browse repository at this point
Copy the full SHA 2b59d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f079e5 - Browse repository at this point
Copy the full SHA 8f079e5View commit details -
♻️ extract BaseModel schema up-front
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for ed29ec2 - Browse repository at this point
Copy the full SHA ed29ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bea1716 - Browse repository at this point
Copy the full SHA bea1716View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74e9187 - Browse repository at this point
Copy the full SHA 74e9187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b17aba - Browse repository at this point
Copy the full SHA 7b17abaView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76182e4 - Browse repository at this point
Copy the full SHA 76182e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6281044 - Browse repository at this point
Copy the full SHA 6281044View commit details -
Update vllm/engine/async_llm_engine.py
Co-authored-by: Nick Hill <nickhill@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for a4e2523 - Browse repository at this point
Copy the full SHA a4e2523View commit details -
Update vllm/engine/llm_engine.py
Co-authored-by: Nick Hill <nickhill@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 8acc98e - Browse repository at this point
Copy the full SHA 8acc98eView commit details
Commits on Sep 30, 2024
-
Revert "Update vllm/engine/async_llm_engine.py"
This reverts commit a4e2523.
Configuration menu - View commit details
-
Copy full SHA for 485ce1d - Browse repository at this point
Copy the full SHA 485ce1dView commit details -
♻️ refactor guided decoding lp construction
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for f0a3f9d - Browse repository at this point
Copy the full SHA f0a3f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec92fd5 - Browse repository at this point
Copy the full SHA ec92fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5385175 - Browse repository at this point
Copy the full SHA 5385175View commit details