-
Notifications
You must be signed in to change notification settings - Fork 197
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
SearchQnA App - Adding files to deploy SearchQnA application on AMD GPU #1193
base: main
Are you sure you want to change the base?
Conversation
…archQnA on AMD GPU Signed-off-by: Chingis Yundunov <[email protected]>
…archQnA on AMD GPU Signed-off-by: Chingis Yundunov <[email protected]>
…archQnA on AMD GPU Signed-off-by: Chingis Yundunov <[email protected]>
…archQnA on AMD GPU Signed-off-by: Chingis Yundunov <[email protected]>
…archQnA on AMD GPU Signed-off-by: Chingis Yundunov <[email protected]>
Signed-off-by: Chingis Yundunov <[email protected]>
Signed-off-by: Chingis Yundunov <[email protected]>
Signed-off-by: Chingis Yundunov <[email protected]>
for more information, see https://pre-commit.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.
Hi @chyundunovDatamonsters, please check the comments here and modify this pr as well. Thanks.
ports: | ||
- "3001:80" | ||
volumes: | ||
- "/var/lib/GenAI/search/data:/data" |
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.
The volume here should be './data' by default, since we don't offer default data folder.
Description
Adding files to deploy SearchQnA application on AMD GPU.
Added files:
SearchQnA/docker_compose/amd/gpu/rocm/compose.yaml - Docker compose file for deploy application SearchQnA on AMD GPU
SearchQnA/docker_compose/amd/gpu/rocm/set_env.sh - script for set environments
SearchQnA/docker_compose/amd/gpu/rocm/README.md - readme file for deploying SearchQnA on AMD GPU
SearchQnA/tests/test_compose_on_rocm.sh - script for testing SearchQnA application services on AMD GPU
Issues
It is required to provide the ability to deploy the SearchQnA application based on AMD GPU
Type of change
Dependencies
Tests
Testing was performed manually and by running a script SearchQnA/tests/test_compose_on_rocm.sh This script is similar to the script that runs SearchQnA testing on an Intel CPU.