-
Notifications
You must be signed in to change notification settings - Fork 280
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 <[email protected]>
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]>
Signed-off-by: Chingis Yundunov <[email protected]>
Signed-off-by: Chingis Yundunov <[email protected]>
Signed-off-by: Chingis Yundunov <[email protected]>
…t using Helm Signed-off-by: Chingis Yundunov <[email protected]>
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
for more information, see https://pre-commit.ci
…t using Helm Signed-off-by: Chingis Yundunov <[email protected]>
…t using Helm Signed-off-by: Chingis Yundunov <[email protected]>
…into feature/ChatQnA_k8s
…t using Helm 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.
minor edits
### Cloning repos | ||
|
||
```bash | ||
git clone git clone https://github.com/opea-project/GenAIExamples.git |
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.
git clone git clone https://github.com/opea-project/GenAIExamples.git | |
git clone https://github.com/opea-project/GenAIExamples.git |
|
||
#### 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 |
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