ibm-granite-community / granite-snack-cookbook

Granite Snack Cookbook -- easily consumable recipes (python notebooks) that showcase the capabilities of the Granite models
Creative Commons Attribution 4.0 International
72 stars 17 forks source link

Use GRANITE_TESTING in CI #46

Closed fayvor closed 1 month ago

fayvor commented 1 month ago

PR Checklist

fayvor commented 1 month ago

@AnnaGutowska I'm getting this "token_quota_reached" failure in Agentic_RAG:

ApiRequestFailure: Failure during generate. (POST ***ml/v1/text/generation?version=2024-10-14)
Status code: 403, body: {"errors":[{"code":"token_quota_reached","message":"Request of 1 token(s) from quota was rejected","more_info":"https://cloud.ibm.com/apidocs/watsonx-ai"}],"trace":"fd0b0ed54e2cf8b523574b4c3b30a2df","status_code":403}
AnnaGutowska commented 1 month ago

@AnnaGutowska I'm getting this "token_quota_reached" failure in Agentic_RAG:

ApiRequestFailure: Failure during generate. (POST ***ml/v1/text/generation?version=2024-10-14)
Status code: 403, body: {"errors":[{"code":"token_quota_reached","message":"Request of 1 token(s) from quota was rejected","more_info":"https://cloud.ibm.com/apidocs/watsonx-ai"}],"trace":"fd0b0ed54e2cf8b523574b4c3b30a2df","status_code":403}

@fayvor I am receiving the same error in this PR. Is the API key used by the org attached to a free account of watsonx? This is likely the reason for the error.

fayvor commented 1 month ago

Is the API key used by the org attached to a free account of watsonx?

Yes that seems to be the issue.