Skip to content
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

Windows dev setupvars. #2990

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Windows dev setupvars. #2990

wants to merge 3 commits into from

Conversation

rasapala
Copy link
Collaborator

@rasapala rasapala commented Jan 28, 2025

🛠 Summary

JIRA CVS-161234
Adding dev windows_setupvars.bat
Adding dev instructions

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

@rasapala rasapala changed the title Changing setup for windows Windows dev setupvars. Jan 28, 2025
@dtrawins dtrawins added this to the 2025.0 milestone Jan 29, 2025

Copy OpenVINO GenAI and tokenizers libs
```bat
copy %cd%\bazel-out\x64_windows-opt\bin\external\llm_engine\copy_openvino_genai\openvino_genai\runtime\bin\Release\*.dll %cd%\bazel-bin\src\
Copy link
Collaborator

Choose a reason for hiding this comment

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

why this step is needed? @atobiszei this copy folder was problematic also for linux recently

Copy link
Collaborator Author

@rasapala rasapala Jan 31, 2025

Choose a reason for hiding this comment

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

This is required for ovms_test execution, this is a new path after fix for remote cache.


Reuild unit tests:
```bat
bazel --output_user_root=c:\opt build --config=windows --action_env OpenVINO_DIR=c:\opt\openvino/runtime/cmake --jobs=%NUMBER_OF_PROCESSORS% --verbose_failures //src:ovms_test 2>&1 | tee win_build_test.log
Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe this procedure would be easier with bazel test ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We need to make a new task for switch to bazel test.

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