Skip to content

RKLLM conversion and inference in C++ and Python#11

Open
RiddhiRaj wants to merge 4 commits intomainfrom
rkllm
Open

RKLLM conversion and inference in C++ and Python#11
RiddhiRaj wants to merge 4 commits intomainfrom
rkllm

Conversation

@RiddhiRaj
Copy link
Copy Markdown
Collaborator

No description provided.

@Prem-Swarup Prem-Swarup self-requested a review March 25, 2026 06:02
Copy link
Copy Markdown
Member

@Prem-Swarup Prem-Swarup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't comment out anything from global .gitignore like *.so, instead use negation like !librkllmrt.so for any particular file you want to be tracked by git. I have committed the fix for now, but make sure to follow this in future.
don't put all code for inference in a single .cpp file, create separate source code for different classes (like RKLLMApp) you are defining and use them in main.cpp file having main() function importing all necessary files and code from other files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants