forked from opendatahub-io/vllm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running server and LLM in different processes (opendatahub-io#110)
* Putting server and LLM on different processes * result queues cleanup * Syncing server start with LLM init * Renamed model to protocol to match the original endpoint * Formatting * Removing tuning parameters that are no longer used * process spawn method from env * Cleanup and refactor * Where did this come from? * mypy much * One unhappy linter in the CI, one unhappy linter. Refactor it down, format it around, 3 unhappy linters in the CI
- Loading branch information
Showing
4 changed files
with
287 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.