Skip to content

Commit

Permalink
Apply suggestions from Eero's review
Browse files Browse the repository at this point in the history
Co-authored-by: Eero Tamminen <[email protected]>
  • Loading branch information
joshuayao and eero-t authored Nov 23, 2024
1 parent 984b728 commit c16ba07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release_notes/v1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This release introduces more scenarios with general availability, including:
- Newly supported Generative AI capabilities: [Image-to-Video](https://github.com/opea-project/GenAIComps/pull/465), [Text-to-Image](https://github.com/opea-project/GenAIComps/pull/729), [Text-to-SQL](https://github.com/opea-project/GenAIExamples/tree/main/DBQnA) and [Avatar Animation](https://github.com/opea-project/GenAIComps/pull/775).
- [Generative AI Studio](https://github.com/opea-project/GenAIStudio) that offers a no-code alternative to create enterprise Generative AI applications.
- Expands the portfolio of supported hardware to include [Intel® Arc™ GPUs](https://github.com/opea-project/GenAIComps/pull/641) and [AMD® GPUs](https://github.com/opea-project/GenAIExamples/issues/1153).
- Enhanced monitoring system, providing real-time insights into runtime status and system resource utilization for [CPU and Intel® Gaudi® AI Accelerator](https://github.com/opea-project/GenAIEval/issues/195), as well as [Horizontal Pod Autoscaling (HPA)](https://github.com/opea-project/GenAIInfra/pull/531).
- Helm Chart support for 7 GenAIExamples and their microservices.
- Enhanced monitoring support, providing real-time insights into runtime status and system resource utilization for [CPU and Intel® Gaudi® AI Accelerator](https://github.com/opea-project/GenAIEval/issues/195), as well as [Horizontal Pod Autoscaling (HPA)](https://github.com/opea-project/GenAIInfra/pull/531).
- Helm Chart support for 7 new GenAIExamples and their microservices.
- Benchmark tools for long-context language models (LCLMs) such as [LongBench](https://github.com/opea-project/GenAIEval/pull/179) and [HELMET](https://github.com/opea-project/GenAIEval/pull/182).

### Highlights
Expand Down Expand Up @@ -45,7 +45,7 @@ This release introduces more scenarios with general availability, including:
Observability offers real-time insights into component performance and system resource utilization. We enhanced this capability by monitoring [key system metrics](https://github.com/opea-project/GenAIInfra/pull/541), including [CPU](https://github.com/opea-project/GenAIInfra/pull/541), host memory, storage, network, and accelerators (such as [Intel Gaudi](https://github.com/opea-project/GenAIInfra/pull/541)), as well as tracking [OPEA application scaling](https://github.com/opea-project/GenAIInfra/pull/541).

#### Helm Charts Support
OPEA examples and microservices support Helm Charts as the packaging format on K8S. The newly supported examples include [AgentQnA](https://github.com/opea-project/GenAIInfra/blob/v1.1/helm-charts/agentqna/README.md), [AudioQnA](https://github.com/opea-project/GenAIInfra/tree/v1.1/helm-charts/audioqna/README.md), [FaqGen](https://github.com/opea-project/GenAIInfra/blob/v1.1/helm-charts/faqgen/README.md), [VisualQnA](https://github.com/opea-project/GenAIInfra/blob/v1.1/helm-charts/visualqna/README.md). The newly supported microservices include [chathistory, mongodb, prompt](https://github.com/opea-project/GenAIInfra/commit/881e2b5), and [Milvus for data-prep and retriever](https://github.com/opea-project/GenAIInfra/commit/d289b4e). Helm Charts have now option to get Prometheus metrics from the applications.
OPEA examples and microservices support Helm Charts as the packaging format on Kubernetes (k8s). The newly supported examples include [AgentQnA](https://github.com/opea-project/GenAIInfra/blob/v1.1/helm-charts/agentqna/README.md), [AudioQnA](https://github.com/opea-project/GenAIInfra/tree/v1.1/helm-charts/audioqna/README.md), [FaqGen](https://github.com/opea-project/GenAIInfra/blob/v1.1/helm-charts/faqgen/README.md), [VisualQnA](https://github.com/opea-project/GenAIInfra/blob/v1.1/helm-charts/visualqna/README.md). The newly supported microservices include [chathistory, mongodb, prompt](https://github.com/opea-project/GenAIInfra/commit/881e2b5), and [Milvus for data-prep and retriever](https://github.com/opea-project/GenAIInfra/commit/d289b4e). Helm Charts have now option to get Prometheus metrics from the applications.

#### Long-context Benchmark Support
We added the following two benchmark kits to response to the community's requirements of long-context language models.
Expand Down

0 comments on commit c16ba07

Please sign in to comment.