Skip to content

Commit b1c512f

Browse files
committed
fix: add us-west-2 to Nova supported regions in finetune_utils
1 parent 98683ac commit b1c512f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sagemaker-train/src/sagemaker/train/common_utils/finetune_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Region mappings for model availability
2222
OPEN_WEIGHTS_REGIONS = ['us-east-1', 'us-west-2', 'ap-northeast-1', 'eu-west-1'] # IAD, PDX, NRT, DUB
23-
NOVA_REGIONS = ['us-east-1'] # IAD only
23+
NOVA_REGIONS = ['us-east-1', 'us-west-2'] # IAD, PDX
2424
# Constants
2525
DEFAULT_REGION = "us-west-2"
2626

0 commit comments

Comments
 (0)