Skip to content
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

Windows linux AI, and ICO updates to c4 #48

Merged
merged 3 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/gcp-linux-fastchat-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

© Copyright 2024, Intel Corporation

## GCP C3 4th Gen Xeon(code named Sapphire Rapids) & Intel® Optimized Cloud Recipe for FastChat
## GCP C4 5th Gen Xeon(code named Emerald Rapids) & Intel® Optimized Cloud Recipe for FastChat

This demo will showcase Large Language Model(LLM) CPU inference using 4th Gen Xeon Scalable Processors on GCP.
This demo will showcase Large Language Model(LLM) CPU inference using 5th Gen Xeon Scalable Processors on GCP.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-linux-fastchat-simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "linux_vm" {
boot_image_family = "ubuntu-2204-lts"
name = "intel-fastchat-${random_id.rid.dec}"
zone = "us-central1-a"
machine_type = "c3-standard-22"
machine_type = "c4-standard-32"
allow_stopping_for_update = true
tags = ["fschat-${random_id.rid.dec}"]
user_data = templatefile("./cloud_init.yml", {})
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-linux-stable-diffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## GCP C3 4th Gen Xeon(code named Sapphire Rapids) & Intel® Optimized Cloud Recipe for Stable Diffusion

This demo will showcase Stable Diffusion CPU inferencing using 4th Gen Xeon Scalable Processors on GCP.
This demo will showcase Stable Diffusion CPU inferencing using 5th Gen Xeon Scalable Processors on GCP.

## Usage

Expand Down
3 changes: 1 addition & 2 deletions examples/gcp-linux-stable-diffusion/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ module "linux_vm" {
boot_image_family = "ubuntu-2204-lts"
name = "intel-diffusion-${random_id.rid.dec}"
zone = "us-central1-a"
machine_type = "c3-standard-44"
#machine_type = "n2-standard-32"
machine_type = "c4-standard-32"
allow_stopping_for_update = true
tags = ["diffusion-${random_id.rid.dec}"]
user_data = templatefile("./cloud_init.yml", {})
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-linux-tdx-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Intel GCP VM on default network

This module creates a Intel Confiddential Compute Linux VM on the default network with Intel Xeon 4th Generation Scalable processors (code-named Sapphire Rapids) VM with Confidential Computing and Intel Trust Domain Extension (Intel TDX) technology.
This module creates a Intel Confiddential Compute Linux VM on the default network with Intel Xeon 5th Generation Scalable processors (code-named Emerald Rapids) VM with Confidential Computing and Intel Trust Domain Extension (Intel TDX) technology.

Update the project with a your project id in GCP. It is located on the variables.tf file under this example folder for "GCP-Linux-VM"

Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-linux-tdx-vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "linux_vm" {
enable_confidential_compute = var.enable_confidential_compute
confidential_instance_type = var.confidential_instance_type
on_host_maintenance = "TERMINATE"
machine_type = "c3-standard-4"
machine_type = "c4-standard-4"


access_config = [{
Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-linux-vm-ico-by-densify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ variable "densify_recommendations" {
default = {
ico-test = {
currentType = "n1-standard-2"
recommendedType = "c3-standard-4"
recommendedType = "c4-standard-4"
approvalType = "all"
savingsEstimate = "26.6"
predictedUptime = "94.32"
Expand All @@ -62,7 +62,7 @@ variable "densify_fallback"{
type = map(string)
default = {
currentType = "n1-standard-2"
recommendedType = "c3-standard-4"
recommendedType = "c4-standard-4"
approvalType = "all"
savingsEstimate = "0"
predictedUptime = "0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
densify_recommendations = {
"ico-test" = {
currentType = "n1-standard-2"
recommendedType = "c3-standard-4"
recommendedType = "c4-standard-4"
approvalType = "all"
predictedUptime = "95.0"
recommendationType = "Modernize"
Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-linux-vm-ico-by-densify/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "densify_recommendations" {
default = {
ico-test = {
currentType = "n1-standard-2"
recommendedType = "c3-standard-4"
recommendedType = "c4-standard-4"
approvalType = "all"
savingsEstimate = "26.6"
predictedUptime = "94.32"
Expand All @@ -30,7 +30,7 @@ variable "densify_fallback"{
type = map(string)
default = {
currentType = "n1-standard-2"
recommendedType = "c3-standard-4"
recommendedType = "c4-standard-4"
approvalType = "all"
savingsEstimate = "0"
predictedUptime = "0"
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-rhel-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Intel Red Hat Enterprise Linux GCP VM Example

This module creates a Red Hat Enterprise Linux (RHEL) VM on the Intel Sapphire Rapids CPU. The virtual machine is created on an Intel Sapphire Rapids c3-standard-4 by default.
This module creates a Red Hat Enterprise Linux (RHEL) VM on the Intel 5th Gen Emerald Rapids CPU. The virtual machine is created on an Intel Sapphire Rapids c3-standard-4 by default.
Copy link
Contributor

@lucasmelogithub lucasmelogithub Oct 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we change this "Intel Sapphire Rapids c3-standard-4"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's should say c4-standard-4 by default- Emerald Rapids.


Update the project with a your project id in GCP. It is located on the variables.tf file under this example folder for "GCP-RHEL-VM".

Expand Down
10 changes: 0 additions & 10 deletions examples/gcp-rhel-vm/versions.tf

This file was deleted.

4 changes: 2 additions & 2 deletions examples/gcp-windows-vm-ico-by-densify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ variable "densify_recommendations" {
default = {
ico-test = {
currentType = "n1-standard-2"
recommendedType = "c3-standard-4"
recommendedType = "c4-standard-4"
approvalType = "all"
savingsEstimate = "26.6"
predictedUptime = "94.32"
Expand All @@ -61,7 +61,7 @@ variable "densify_fallback"{
type = map(string)
default = {
currentType = "n1-standard-2"
recommendedType = "c3-standard-4"
recommendedType = "c4-standard-4"
approvalType = "all"
savingsEstimate = "0"
predictedUptime = "0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
densify_recommendations = {
"ico-test" = {
currentType = "n1-standard-2"
recommendedType = "c3-standard-4"
recommendedType = "c4-standard-4"
approvalType = "all"
predictedUptime = "95.0"
recommendationType = "Modernize"
Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-windows-vm-ico-by-densify/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "densify_recommendations" {
default = {
ico-test = {
currentType = "n1-standard-2"
recommendedType = "c3-standard-4"
recommendedType = "c4-standard-4"
approvalType = "all"
savingsEstimate = "26.6"
predictedUptime = "94.32"
Expand All @@ -30,7 +30,7 @@ variable "densify_fallback"{
type = map(string)
default = {
currentType = "n1-standard-2"
recommendedType = "c3-standard-4"
recommendedType = "c4-standard-4"
approvalType = "all"
savingsEstimate = "0"
predictedUptime = "0"
Expand Down
10 changes: 0 additions & 10 deletions examples/gcp-windows-vm/versions.tf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to delete this file? Just checking.

This file was deleted.

2 changes: 1 addition & 1 deletion examples/gen-ai-xeon-opea-codegen/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "linux_vm" {
}, ]
}

#Required firewall rules
Required firewall rules
resource "google_compute_firewall" "rules" {
project = var.project
name = "ai-opea-codegen-${random_id.rid.dec}"
Expand Down
Loading