-
Notifications
You must be signed in to change notification settings - Fork 199
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
Adding files to deploy CodeTrans application on AMD GPU #1138
Merged
chensuyue
merged 38 commits into
opea-project:main
from
chyundunovDatamonsters:feature/GenAIExample_CodeTrans_add_AMD_deploy
Nov 18, 2024
Merged
Adding files to deploy CodeTrans application on AMD GPU #1138
chensuyue
merged 38 commits into
opea-project:main
from
chyundunovDatamonsters:feature/GenAIExample_CodeTrans_add_AMD_deploy
Nov 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… deployment on AMD GPU Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
…cript Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
chyundunovDatamonsters
requested a review
from lvliang-intel
as a code owner
November 14, 2024 16:45
chensuyue
reviewed
Nov 15, 2024
letonghan
approved these changes
Nov 15, 2024
lkk12014402
approved these changes
Nov 15, 2024
6 tasks
6 tasks
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
for more information, see https://pre-commit.ci
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
…dd_AMD_deploy' into feature/GenAIExample_CodeTrans_add_AMD_deploy
chyundunovDatamonsters
deleted the
feature/GenAIExample_CodeTrans_add_AMD_deploy
branch
November 20, 2024 17:43
chyundunovDatamonsters
added a commit
to chyundunovDatamonsters/OPEA-GenAIExamples
that referenced
this pull request
Nov 21, 2024
…#1138) Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding files to deploy CodeTrans application on AMD GPU.
Added files:
CodeTrans/docker_compose/amd/gpu/rocm/compose.yaml - Docker compose file for deploy application CodeTrans on AMD GPU
CodeTrans/docker_compose/amd/gpu/rocm/set_env.sh - script for set environments
CodeTrans/docker_compose/amd/gpu/rocm/README.md - readme file for deploying CodeTrans on AMD GPU
CodeTrans/tests/test_compose_on_amd.sh - script for testing CodeTrans application services on AMD GPU
Issues
It is required to provide the ability to deploy the CodeTrans application based on AMD GPU
Type of change
Dependencies
Tests
Testing was performed manually and by running a script CodeTrans/tests/test_compose_on_amd.sh This script is similar to the script that runs CodeTrans testing on an Intel CPU.