-
Notifications
You must be signed in to change notification settings - Fork 290
ChatQnA - Adding files to deploy an application in the K8S environment using Helm #1759
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?
ChatQnA - Adding files to deploy an application in the K8S environment using Helm #1759
Conversation
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>
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
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.
minor edits
|
||
#### If ROCm vLLM used | ||
```bash | ||
nano ~/chatqna-k8s-install/GenAIExamples/ChatQnA/kubernetes/helm/rocm-values.yaml |
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.
Could assume you are already in the correct directory, namely
~/chatqna-k8s-install/GenAIExamples/ChatQnA/kubernetes/helm
|
||
#### If deploy FaqGen based application on AMD ROCm device with vLLM | ||
```bash | ||
nano ~/chatqna-k8s-install/GenAIExamples/ChatQnA/kubernetes/helm/faqgen-rocm-values.yaml |
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.
Ditto, could assume you are in the correct directory
#### If ROCm TGI used | ||
|
||
```bash | ||
nano ~/chatqna-k8s-install/GenAIExamples/ChatQnA/kubernetes/helm/rocm-tgi-values.yaml |
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.
ditto on directory
|
||
### Installing the Helm Chart | ||
|
||
#### If ROCm vLLM used |
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.
why is this heading not bold faced while others below are?
Hi @yongfengdu @lianhao |
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
for more information, see https://pre-commit.ci Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
Co-authored-by: Malini Bhandaru <malini.bhandaru@intel.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…-GenAIExamples into feature/ChatQnA_k8s # Conflicts: # DocSum/docker_compose/amd/gpu/rocm/README.md
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
for more information, see https://pre-commit.ci
Hi @chyundunovDatamonsters, seems two CI failed. Could you please help to check? thank you! |
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…e/ChatQnA_k8s
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
for more information, see https://pre-commit.ci
…t using Helm Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
@chyundunovDatamonsters Please fix the minor issues of README and rebase with latest changes before we can merge this. |
Description
Adding files to deploy an application in the K8S environment using Helm
Issues
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
Tests