Skip to content

Copy weights file to epctx output directory #648

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

Draft
wants to merge 1 commit into
base: ovep-develop
Choose a base branch
from

Conversation

ericcraw
Copy link

No description provided.


auto weight_path = session_context_.GetNewWeightsFilePath(sw.external_weight_filename);
if (!std::filesystem::exists(weight_path)) {
weight_path = session_context_.GetModelDirectory() / sw.external_weight_filename;

Choose a reason for hiding this comment

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

Same comment as below

@ericcraw ericcraw force-pushed the model_weights_copy branch from 887f644 to 71479b3 Compare April 10, 2025 23:23
@ericcraw ericcraw force-pushed the model_weights_copy branch from 71479b3 to aeccbc5 Compare April 11, 2025 01:24
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