-
Notifications
You must be signed in to change notification settings - Fork 0
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
Made all accessible GenAIExamples Ports dynamic #34
Conversation
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
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.
I wonder if it would it make sense to submit these changes separately from the mmqna-image-query
PRs, since they touch a lot of files. Just a thought.
|
||
export no_proxy=${no_proxy} | ||
export http_proxy=${http_proxy} | ||
export https_proxy=${http_proxy} |
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.
Are we allowed to change these? I'd probably keep them as they are, since it would be a global OPEA change.
@@ -6,31 +6,46 @@ pushd "../../../../../" > /dev/null | |||
source .set_env.sh | |||
popd > /dev/null | |||
|
|||
export no_proxy=${your_no_proxy} | |||
export http_proxy=${your_http_proxy} | |||
export https_proxy=${your_http_proxy} |
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.
Same here. Make sure you're not changing or deleting these unintentionally.
Signed-off-by: okhleif-IL <[email protected]>
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.
Thanks, LGTM
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.
LGTM, thanks
Description
Reorganized the
set_env.sh
files, made compose files consistent with that. Edited tests and readme'sIssues
N/A
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
N/A
Tests
This can be tested by running the
test_compose_on_xeon
andtest_compose_on_gaudi
scripts