-
Notifications
You must be signed in to change notification settings - Fork 222
build ov from src #3637
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
base: main
Are you sure you want to change the base?
build ov from src #3637
Conversation
:: limitations under the License. | ||
:: | ||
echo off | ||
@echo on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to have all logs in CI ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it shows the commands executed. Otherwise there is no information about the fail reason.
set "TOKENIZER_SOURCE_BRANCH=master" | ||
) | ||
|
||
IF /I NOT EXIST openvino ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets keep the build outside of model_server git repository.
instead of openvino change path to c:!output_user_root!\openvino_src and use it in consecutive commands.
IF /I NOT EXIST openvino_tokenizers ( | ||
git clone https://github.com/%TOKENIZER_SOURCE_ORG%/openvino_tokenizers.git | ||
) | ||
cd openvino_tokenizers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets keep the build outside of model_server git repository.
instead of openvino_tokenizerschange path to c:!output_user_root!\openvino_tokenizers_src and use it in consecutive commands.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change build paths. Is it good idea to take the parameter from env variables. Maybe better to pass it as a 3rd argument to the scripts ?
🛠 Summary
JIRA/Issue if applicable.
Describe the changes.
🧪 Checklist
``