You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the Google Cloud Vertex AI API used might be outdated.
Below is the current api in code
https://{region}-aiplatform.googleapis.com/v1/projects/{project_id}/locations/{region}/endpoints/{endpoint_id}:predict
Below is the latest API that works [have tested by updating code on my end]
https://{region}-aiplatform.googleapis.com/v1/projects/{project_id}/locations/{region}/publishers/google/models/{model}:predict
File: src/llmperf/ray_clients/vertexai_client.py
Thanks
The text was updated successfully, but these errors were encountered:
Team,
Looks like the Google Cloud Vertex AI API used might be outdated.
Below is the current api in code
https://{region}-aiplatform.googleapis.com/v1/projects/{project_id}/locations/{region}/endpoints/{endpoint_id}:predict
Below is the latest API that works [have tested by updating code on my end]
https://{region}-aiplatform.googleapis.com/v1/projects/{project_id}/locations/{region}/publishers/google/models/{model}:predict
File: src/llmperf/ray_clients/vertexai_client.py
Thanks
The text was updated successfully, but these errors were encountered: