forked from NVIDIA/NeMo
-
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.
Add deploy and REST API support to NeMo 2.0 (NVIDIA#9834) (NVIDIA#10002)
* Add deploy method to nemo 2.0 * Add openai_format_response arg and store_args_to_json method * Change default Triton port in deploy task NeMo 2.0 * Add logging statements and minor fixes * Apply isort and black reformatting * Add import guard for deploy in NeMo 2.0 * Add line end of file * Add additional import guards * Add import guard for TRTLLM only * Add trt_llm_supported varibale * Add import guard for uvicorn * Apply isort and black reformatting * Remove import uvicorn outside the try except block --------- Signed-off-by: Abhishree <[email protected]> Signed-off-by: athitten <[email protected]> Signed-off-by: Abhishree Thittenamane <[email protected]> Co-authored-by: Abhishree Thittenamane <[email protected]> Co-authored-by: athitten <[email protected]>
- Loading branch information
1 parent
6abb1a2
commit 8f3ef8c
Showing
3 changed files
with
180 additions
and
2 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
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
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