[Deprecation] Remove inputs arg fallback in Engine classes - #18799
Conversation
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
| tokenizer=await self.get_tokenizer_async(lora_request), | ||
| default_guided_backend=self.decoding_config. | ||
| guided_decoding_backend, | ||
| default_guided_backend=self.decoding_config.backend, |
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
inputs arg fallbackinputs arg fallback in Engine classes
|
This pull request has merge conflicts that must be resolved before it can be |
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
njhill
left a comment
There was a problem hiding this comment.
Thanks @DarkLight1337
Might be a good idea to include these in the release notes
…oject#18799) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
…oject#18799) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
…oject#18799) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This is V0 code and has been deprecated since #8876, it should be safe to remove.