Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

Expand Down
Loading