Add UnieInfra Wrapper with License verification logic#2
Closed
ZoneTwelve wants to merge 2 commits into
Closed
Conversation
- Implemented `serve_optuna` CLI command for tuning serve parameters using Optuna. - Created `SweepServeOptunaArgs` class to handle command-line arguments specific to Optuna. - Added tests for the new CLI command to ensure correct dispatching and underscore alias support. - Modified `SweepServeArgs` to allow optional benchmark command with a default value. - Introduced `serve_optuna.py` to encapsulate the logic for running Optuna trials and evaluating configurations. - Updated main CLI entry point to include the new `serve-optuna` command.
Collaborator
|
Rejected. Please merged into main, same as pr #1 |
Collaborator
|
Rejected. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
User allow to enter this three command to launch UnieInfra
unieinfra serve ...-> it use the optimal Inference Engine in UnieAIunieinfra serve ... --easy-> it use easy mode to Strongest Support in any deploymentunieinfra unieconfig ...-> it run with self optimize inference settingsTest Plan
Test Result
UnieInfra wrapper allow user verify the license and launch with general serve api and unieconfig deployment.