-
Notifications
You must be signed in to change notification settings - Fork 37
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
initial step for stateful_poc to enable epctx for genai. #633
base: msb_release
Are you sure you want to change the base?
Conversation
PR raised in the wrong way, pls follow this method to raise a pr https://wiki.ith.intel.com/display/EdgeIntegration/ONNX+Runtime+Synchronization+Strategies |
@jatinwadhwa921 the issue you are highlighting is because it is not having the right branch name and is raised against another branch vs ovep-develop? |
|
No, pls use the below method @gblong1
|
From devops perspective, whenever a release branch is created, Internal CI should be enabled. Currently you are enabling internal ci instead enable it selectively, something like the following on: Instead of creating a release branch named msb_release, create releases/msb, rel-msb etc. Branch naming should not be enforced on private forks. User fork is for the user to manage. Internal CI should run on every PR created to ovep-develop. It shouldn't matter if the PR was created from a feature branch on the intel fork or a branch on the user's private fork. I know it's not related to GTA :) |
Since this isn't targeted at ovep-develop, i'm converting to draft for now. there are other actions in flight which may result in this pr being re-targeted or dropped and resubmitted. |
Description
Addeding EPCtx flow for stateful_poc
Motivation and Context
Enables usage of EPCtx wrapped models.