Skip to content

Commit 2d8a7e2

Browse files
Update ChatQna & CodeGen README.md with new Automated Terraform Deployment Options (opea-project#1731)
Signed-off-by: lucasmelogithub <lucas.melo@intel.com>
1 parent 4d65271 commit 2d8a7e2

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

ChatQnA/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ RAG bridges the knowledge gap by dynamically fetching relevant information from
1515

1616
## 🤖 Automated Terraform Deployment using Intel® Optimized Cloud Modules for **Terraform**
1717

18-
| Cloud Provider | Intel Architecture | Intel Optimized Cloud Module for Terraform | Comments |
19-
| -------------------- | --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
20-
| AWS | 4th Gen Intel Xeon with Intel AMX | [AWS Module](https://github.com/intel/terraform-intel-aws-vm/tree/main/examples/gen-ai-xeon-opea-chatqna) | Uses meta-llama/Meta-Llama-3-8B-Instruct by default |
21-
| AWS Falcon2-11B | 4th Gen Intel Xeon with Intel AMX | [AWS Module with Falcon11B](https://github.com/intel/terraform-intel-aws-vm/tree/main/examples/gen-ai-xeon-opea-chatqna-falcon11B) | Uses TII Falcon2-11B LLM Model |
22-
| GCP | 5th Gen Intel Xeon with Intel AMX | [GCP Module](https://github.com/intel/terraform-intel-gcp-vm/tree/main/examples/gen-ai-xeon-opea-chatqna) | Also supports Confidential AI by using Intel® TDX with 4th Gen Xeon |
23-
| Azure | 5th Gen Intel Xeon with Intel AMX | Work-in-progress | Work-in-progress |
24-
| Intel Tiber AI Cloud | 5th Gen Intel Xeon with Intel AMX | Work-in-progress | Work-in-progress |
18+
| Cloud Provider | Intel Architecture | Intel Optimized Cloud Module for Terraform | Comments |
19+
| -------------------- | ------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
20+
| AWS | 4th Gen Intel Xeon with Intel AMX | [AWS Deployment](https://github.com/intel/terraform-intel-aws-vm/tree/main/examples/gen-ai-xeon-opea-chatqna) | Uses meta-llama/Meta-Llama-3-8B-Instruct by default |
21+
| AWS Falcon2-11B | 4th Gen Intel Xeon with Intel AMX | [AWS Deployment with Falcon11B](https://github.com/intel/terraform-intel-aws-vm/tree/main/examples/gen-ai-xeon-opea-chatqna-falcon11B) | Uses TII Falcon2-11B LLM Model |
22+
| AWS Falcon3 | 4th Gen Intel Xeon with Intel AMX | [AWS Deployment with Falcon3](https://github.com/intel/terraform-intel-aws-vm/tree/main/examples/gen-ai-xeon-opea-chatqna-falcon3) | Uses TII Falcon3 LLM Model |
23+
| GCP | 4th/5th Gen Intel Xeon with Intel AMX & Intel TDX | [GCP Deployment](https://github.com/intel/terraform-intel-gcp-vm/tree/main/examples/gen-ai-xeon-opea-chatqna) | Supports Confidential AI by using Intel® TDX with 4th Gen Xeon |
24+
| Azure | 4th/5th Gen Intel Xeon with Intel AMX & Intel TDX | [Azure Deployment](https://github.com/intel/terraform-intel-azure-linux-vm/tree/main/examples/azure-gen-ai-xeon-opea-chatqna-tdx) | Supports Confidential AI by using Intel® TDX with 4th Gen Xeon |
25+
| Intel Tiber AI Cloud | 5th Gen Intel Xeon with Intel AMX | Work-in-progress | Work-in-progress |
2526

2627
## Automated Deployment to Ubuntu based system (if not using Terraform) using Intel® Optimized Cloud Modules for **Ansible**
2728

CodeGen/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,16 @@ flowchart LR
6767
6868
```
6969

70-
## Deploy CodeGen Service
70+
## 🤖 Automated Terraform Deployment using Intel® Optimized Cloud Modules for **Terraform**
71+
72+
| Cloud Provider | Intel Architecture | Intel Optimized Cloud Module for Terraform | Comments |
73+
| -------------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------- | -------- |
74+
| AWS | 4th Gen Intel Xeon with Intel AMX | [AWS Deployment](https://github.com/intel/terraform-intel-aws-vm/tree/main/examples/gen-ai-xeon-opea-codegen) | |
75+
| GCP | 4th/5th Gen Intel Xeon | [GCP Deployment](https://github.com/intel/terraform-intel-gcp-vm/tree/main/examples/gen-ai-xeon-opea-codegen) | |
76+
| Azure | 4th/5th Gen Intel Xeon | Work-in-progress | |
77+
| Intel Tiber AI Cloud | 5th Gen Intel Xeon with Intel AMX | Work-in-progress | |
78+
79+
## Manual Deployment of CodeGen Service
7180

7281
The CodeGen service can be effortlessly deployed on either Intel Gaudi2 or Intel Xeon Scalable Processor.
7382

0 commit comments

Comments
 (0)