Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion ComputeOrchestration/configs/deployment_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deployment:
traffic_history_seconds: 100
scale_down_delay_seconds: 30
scale_up_delay_seconds: 30
enable_packing: true
disable_packing: false
worker:
model:
id: "apparel-clusterering"
Expand Down
7 changes: 0 additions & 7 deletions ComputeOrchestration/configs/nodepool_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ nodepool:
description: "First nodepool in AWS in a proper compute cluster"
instance_types:
- id: "g5.xlarge"
compute_info:
cpu_limit: "8"
cpu_memory: "16Gi"
accelerator_type:
- "a10"
num_accelerators: 1
accelerator_memory: "40Gi"
Comment on lines -8 to -14

@luv-bansal luv-bansal Dec 12, 2024

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why we are removing this? is it not required for setting up Nodepool?

node_capacity_type:
capacity_types:
- 1
Expand Down