Skip to content

Commit

Permalink
Remove northamerica-northeast1 from Vertex AI regions (#719)
Browse files Browse the repository at this point in the history
... because it does not support long context (> 32K).
https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations#canada_1
  • Loading branch information
DonggeLiu authored Nov 19, 2024
1 parent 6ae19df commit c9f87de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gcloud auth application-default set-quota-project <your-project>
You'll also need to specify the GCP projects and locations where you have Vertex AI quota (comma delimited):
```bash
export CLOUD_ML_PROJECT_ID=<gcp-project-id>
export VERTEX_AI_LOCATIONS=us-west1,us-west4,us-east4,us-central1,northamerica-northeast1
export VERTEX_AI_LOCATIONS=us-west1,us-west4,us-east4,us-central1
```

#### OpenAI
Expand Down
2 changes: 1 addition & 1 deletion ci/k8s/large-pr-exp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: LLM_NUM_EVA
value: '10'
- name: VERTEX_AI_LOCATIONS
value: 'asia-east1,asia-east2,asia-northeast1,asia-northeast3,asia-south1,asia-southeast1,australia-southeast1,europe-central2,europe-north1,europe-southwest1,europe-west1,europe-west2,europe-west3,europe-west4,europe-west6,europe-west8,europe-west9,northamerica-northeast1,southamerica-east1,us-central1,us-east1,us-east4,us-east5,us-south1,us-west1,us-west4'
value: 'asia-east1,asia-east2,asia-northeast1,asia-northeast3,asia-south1,asia-southeast1,australia-southeast1,europe-central2,europe-north1,europe-southwest1,europe-west1,europe-west2,europe-west3,europe-west4,europe-west6,europe-west8,europe-west9,southamerica-east1,us-central1,us-east1,us-east4,us-east5,us-south1,us-west1,us-west4'
- name: CLOUD_BUILD_LOCATION
value: 'us-west1'
- name: GCB_BUILDPOOL_NAME
Expand Down
2 changes: 1 addition & 1 deletion ci/k8s/pr-exp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- name: LLM_NUM_EVA
value: '10'
- name: VERTEX_AI_LOCATIONS
value: 'asia-east1,asia-east2,asia-northeast1,asia-northeast3,asia-south1,asia-southeast1,australia-southeast1,europe-central2,europe-north1,europe-southwest1,europe-west1,europe-west2,europe-west3,europe-west4,europe-west6,europe-west8,europe-west9,northamerica-northeast1,southamerica-east1,us-central1,us-east1,us-east4,us-east5,us-south1,us-west1,us-west4'
value: 'asia-east1,asia-east2,asia-northeast1,asia-northeast3,asia-south1,asia-southeast1,australia-southeast1,europe-central2,europe-north1,europe-southwest1,europe-west1,europe-west2,europe-west3,europe-west4,europe-west6,europe-west8,europe-west9,southamerica-east1,us-central1,us-east1,us-east4,us-east5,us-south1,us-west1,us-west4'
- name: CLOUD_BUILD_LOCATION
value: 'us-west2'
- name: GCB_BUILDPOOL_NAME
Expand Down

0 comments on commit c9f87de

Please sign in to comment.