Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed purchase eligibility check when deploying llama_2 models #1

Open
lopezleandro03 opened this issue Mar 10, 2024 · 0 comments
Open

Comments

@lopezleandro03
Copy link
Owner

When deploying llama_2_7b_chat azapi_resource.marketplace_subscription failed with error. Seems like llama family of models need different resources or different configuration compared to Mistral.

Error: creating/updating "Resource: (ResourceId \"/subscriptions/26aa2895-65ba-4230-a640-2ac43f25ffda/resourceGroups/rg-llama/providers/Microsoft.MachineLearningServices/workspaces/aiproject-llama-eastus2/marketplaceSubscriptions/llama-Llama-2-7b-chat\" / Api Version \"2024-01-01-preview\")": PUT https://management.azure.com/subscriptions/26aa2895-65ba-4230-a640-2ac43f25ffda/resourceGroups/rg-llama/providers/Microsoft.MachineLearningServices/workspaces/aiproject-llama-eastus2/marketplaceSubscriptions/llama-Llama-2-7b-chat
│ --------------------------------------------------------------------------------
│ RESPONSE 400: 400 Bad Request
│ ERROR CODE: UserError
│ --------------------------------------------------------------------------------
│ {
│   "error": {
│     "code": "UserError",
│     "message": "Marketplace Subscription purchase eligibility check failed, error message [The purchasing store is not eligible for purchase of this offer due to Second Party store restrictions. Please verify the offer has the tag \"hideFromSaasBlade\" set to true.].",
│     "details": [],
│     "additionalInfo": [
│       {
│         "type": "ComponentName",
│         "info": {
│           "value": "managementfrontend"
│         }
│       },
│       {
│         "type": "Correlation",
│         "info": {
│           "value": {
│             "operation": "4e0ee1e87fddc66ae1ddeeb921d2dc42",
│             "request": "dfde854dcb23028a"
│           }
│         }
│       },
│       {
│         "type": "Environment",
│         "info": {
│           "value": "eastus2"
│         }
│       },
│       {
│         "type": "Location",
│         "info": {
│           "value": "eastus2"
│         }
│       },
│       {
│         "type": "Time",
│         "info": {
│           "value": "2024-03-09T20:16:56.0163154+00:00"
│         }
│       },
│       {
│         "type": "InnerError",
│         "info": {
│           "value": {
│             "code": "BadArgument",
│             "innerError": {
│               "code": "ArgumentInvalid",
│               "innerError": {
│                 "code": "MarketplaceSubscriptionpurchaseEligibilityCheckFailed",
│                 "innerError": null
│               }
│             }
│           }
│         }
│       }
│     ]
│   }
│ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant