-
Notifications
You must be signed in to change notification settings - Fork 119
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
epic: Cortex.cpp to support Python? #1353
Comments
cortex.python Integration ArchitectureOverviewThis document outlines the architecture for integrating Python functionality into a C++ application, specifically for running machine learning models. The system uses a proxy approach to connect the C++ application (cortex.cpp) with Python processes, allowing for isolated environments for different models. Architecture DiagramKey Components
Folder Structure
ProcessesModel Pulling
The model pulling step also needs to install the Model Execution
Chat Functionality
Implementation DetailsPython Interface
Virtual Environments
Packaged Python
Model Execution
|
@nguyenhoangthuan99 @vansangpfiev @namchuai I would like to raise a concern here, and propose a (possibly incorrect) alternative: Engines as 1st class Citizens of Cortex
This has the following benefits:
How this would work
|
Goal
Tasklist
Previous Discussions
The text was updated successfully, but these errors were encountered: