forked from opea-project/GenAIInfra
-
Notifications
You must be signed in to change notification settings - Fork 1
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
CodeGen on OpenShift #6
Open
polszewska
wants to merge
17
commits into
main
Choose a base branch
from
openshift
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
* terraform: add AWS/EKS deployment for ChatQnA Signed-off-by: Sakari Poussa <sakari.poussa@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Sakari Poussa <sakari.poussa@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
ChatQnA: accelerate also teirerank Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
* Add monitoring option for all ChatQnA Helm components Also sync current serviceMonitors with "kubernetes-addons/Observability" manifests content. * Add Helm monitoring option documentation And refactor + fix HPA instructions (HPA setting is not global). --------- Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com>
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* helm-chart: Make nginx service type configurable Fixed issue opea-project#501. * Adapt docsum and ui test-pod for latest changes Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* ui: support variants for multiple examples * use the single helm chart to support multiple variants of UI * add probes for ui pod Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
…ct#519) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Fixes issue opea-project#503 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Add visualqna and the dependent lvm-uservice helm charts. Signed-off-by: Dolpher Du <dolpher.du@intel.com>
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Dolpher Du <dolpher.du@intel.com>
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Limit max_tokens to 17 save test time and avoid sporadic timout on busy CI nodes on cpu case in the following helm charts: - llm-uservice - faqgen Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Add the helm chart for gpt-sovits which is used by AudioQnA multilanguage example. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Sakari Poussa <sakari.poussa@intel.com> Co-authored-by: Malini Bhandaru <malini.bhandaru@intel.com>
Signed-off-by: Paulina Olszewska <paulina.olszewska@intel.com>
for more information, see https://pre-commit.ci
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.
That part allows to deploy CodeGen on Red Hat OpenShift. It contains two options: with Red Hat OpenShift AI and without. Both variants were prepared to run on Xeon or using Gaudi accelerators.