cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Generative AI
Explore discussions on generative artificial intelligence techniques and applications within the Databricks Community. Share ideas, challenges, and breakthroughs in this cutting-edge field.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Model deprecation issue while serving on Databricks

HemantvIkani32
New Contributor II

I am facing this below error while serving codellama model:
Exception: Request failed with status 400, {"error_code":"INVALID_PARAMETER_VALUE","message":"The provisioned throughput model Llama 2 7B is deprecated and no longer supported in serving. See https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models for information on currently supported models.","details":[{"@type":"type.googleapis.com/google.rpc.RequestInfo","request_id":"ff0707d9-1c8d-4b82-b34f-c6d138709b70","serving_data":""}]}

I just wanted to know the method by which databricks identifies the model whether it is deprecated or not. Does this check the model name or config?

5 REPLIES 5

szymon_dybczak
Esteemed Contributor III

Hi @HemantvIkani32 ,

Databricks is always publicly announcing deprecation of any model. It's well described here:

Generative AI models maintenance policy | Databricks on AWS

And here you can find list of retired models:

Generative AI models maintenance policy | Databricks on AWS

 

Hi @szymon_dybczak ,

Thanks for the response, Suppose I register a model (say Llama2โ€‘7B) in Databricks using some custom name. How does Databricks โ€œknowโ€ that this model is actually Llama2โ€‘7B under the hood? Is the identification based on configuration files, tokenizer metadata, or something else?

I guess they identify the model based on some kind of metadata. This is an implementation detail though, so unless someone from the Databricks team joins the discussion, we can only guess.

Hi @HemantvIkani32 , the models are packaged as MLflow models which contain all the metadata required to identify the underlying model and serving/env requirements. If you didn't see already, there are also see details about the CodeLlama models in the Databricks Marketplace: https://marketplace.databricks.com/details/4b0b9034-0f9b-4d25-ac7c-52ca956af838/Databricks_CodeLlama...

Advika
Databricks Employee
Databricks Employee

Hello @HemantvIkani32!

Did the responses shared above help resolve your concern? If yes, please consider marking the relevant response(s) as the accepted solution.

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now