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

Made all accessible GenAIExamples Ports dynamic #34

Merged
merged 16 commits into from
Dec 30, 2024

Conversation

okhleif-IL
Copy link
Collaborator

@okhleif-IL okhleif-IL commented Dec 16, 2024

Description

Reorganized the set_env.sh files, made compose files consistent with that. Edited tests and readme's

Issues

N/A

Type of change

List the type of change like below. Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)
  • Others (enhancement, documentation, validation, etc.)

Dependencies

N/A

Tests

This can be tested by running the test_compose_on_xeon and test_compose_on_gaudi scripts

Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
Signed-off-by: okhleif-IL <[email protected]>
MultimodalQnA/docker_compose/intel/cpu/xeon/set_env.sh Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/cpu/xeon/set_env.sh Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/cpu/xeon/set_env.sh Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/cpu/xeon/set_env.sh Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/hpu/gaudi/set_env.sh Outdated Show resolved Hide resolved
MultimodalQnA/multimodalqna.py Show resolved Hide resolved
MultimodalQnA/multimodalqna.py Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/hpu/gaudi/set_env.sh Outdated Show resolved Hide resolved
Signed-off-by: okhleif-IL <[email protected]>
MultimodalQnA/ui/gradio/multimodalqna_ui_gradio.py Outdated Show resolved Hide resolved
MultimodalQnA/multimodalqna.py Outdated Show resolved Hide resolved
MultimodalQnA/tests/test_compose_on_xeon.sh Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/cpu/xeon/README.md Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/cpu/xeon/README.md Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/cpu/xeon/README.md Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/cpu/xeon/set_env.sh Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/hpu/gaudi/README.md Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/hpu/gaudi/set_env.sh Outdated Show resolved Hide resolved
MultimodalQnA/tests/test_compose_on_gaudi.sh Outdated Show resolved Hide resolved
MultimodalQnA/docker_compose/intel/hpu/gaudi/compose.yaml Outdated Show resolved Hide resolved
Signed-off-by: okhleif-IL <[email protected]>
Copy link
Owner

@mhbuehler mhbuehler left a 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}
Copy link
Owner

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}
Copy link
Owner

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]>
Copy link
Owner

@mhbuehler mhbuehler left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM

Copy link
Collaborator

@dmsuehir dmsuehir left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

@okhleif-IL okhleif-IL merged commit e47e9c1 into mmqna-image-query Dec 30, 2024
1 check failed
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.

3 participants