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
I try to use llama3.1 model like above, and it throws the following error
HTTPStatusError: Error response 400 while fetching
"error": {
"code": 400,
"message": "Project `XXXXXX` is not allowed to use Publisher Model `projects/XXXXXX/locations/REGION/publishers/meta/models/MODEL`",
"status": "FAILED_PRECONDITION"
}
The curl command using the same settings (model, credentials, locations, project_id) works. So I don't think it is the server issue.
The text was updated successfully, but these errors were encountered:
ValidationError: 1 validation error for VertexModelGardenLlama
Value error, Model meta/llama-3.1-405b-instruct-maas is not supported yet! [type=value_error, input_value={'model_name': 'meta/llam... 'default_metadata': ()}, input_type=dict]
I try to use llama3.1 model like above, and it throws the following error
The curl command using the same settings (model, credentials, locations, project_id) works. So I don't think it is the server issue.
The text was updated successfully, but these errors were encountered: