-
Notifications
You must be signed in to change notification settings - Fork 39
support vllm-0.6.6 #214
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
base: main
Are you sure you want to change the base?
support vllm-0.6.6 #214
Conversation
| ) | ||
| # Logic to switch between engines is done at runtime instead of import | ||
| # to avoid import order issues | ||
| self.engine_class = self.get_engine_class() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where define get_engine_class ?
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| # ============================================================================== | ||
| """Hooks of vllm-0.5.1 llm_engine remove __reduce__ function.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment
|
|
No description provided.