<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Model deprecation issue while serving on Databricks in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/133394#M1183</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/182359"&gt;@HemantvIkani32&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Did the responses shared above help resolve your concern? If yes, please consider marking the relevant response(s) as the accepted solution.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Sep 2025 17:00:33 GMT</pubDate>
    <dc:creator>Advika</dc:creator>
    <dc:date>2025-09-30T17:00:33Z</dc:date>
    <item>
      <title>Model deprecation issue while serving on Databricks</title>
      <link>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/131968#M1146</link>
      <description>&lt;P&gt;I am facing this below error while serving codellama model:&lt;BR /&gt;&lt;SPAN class=""&gt;Exception: &lt;/SPAN&gt;&lt;SPAN&gt;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 &lt;/SPAN&gt;&lt;A class="" href="https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models" target="_blank" rel="noopener noreferrer"&gt;https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models&lt;/A&gt;&lt;SPAN&gt; for information on currently supported models.","details":[{"@type":"type.googleapis.com/google.rpc.RequestInfo","request_id":"ff0707d9-1c8d-4b82-b34f-c6d138709b70","serving_data":""}]}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;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?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 11:15:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/131968#M1146</guid>
      <dc:creator>HemantvIkani32</dc:creator>
      <dc:date>2025-09-15T11:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Model deprecation issue while serving on Databricks</title>
      <link>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/131971#M1147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/182359"&gt;@HemantvIkani32&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Databricks is always publicly announcing deprecation of any model. It's well described here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/machine-learning/retired-models-policy" target="_blank"&gt;Generative AI models maintenance policy | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And here you can find list of retired models:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/machine-learning/retired-models-policy#retired-models" target="_blank"&gt;Generative AI models maintenance policy | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 12:00:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/131971#M1147</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-15T12:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Model deprecation issue while serving on Databricks</title>
      <link>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/131972#M1148</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the response,&amp;nbsp;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?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 12:11:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/131972#M1148</guid>
      <dc:creator>HemantvIkani32</dc:creator>
      <dc:date>2025-09-15T12:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Model deprecation issue while serving on Databricks</title>
      <link>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/131974#M1149</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 12:16:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/131974#M1149</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-15T12:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Model deprecation issue while serving on Databricks</title>
      <link>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/132472#M1158</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/182359"&gt;@HemantvIkani32&lt;/a&gt;&amp;nbsp;, the models are packaged as &lt;A href="https://mlflow.org/docs/latest/ml/model/" target="_blank" rel="noopener"&gt;MLflow models&lt;/A&gt; 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:&amp;nbsp;&lt;A href="https://marketplace.databricks.com/details/4b0b9034-0f9b-4d25-ac7c-52ca956af838/Databricks_CodeLlama-Models" target="_blank" rel="noopener"&gt;https://marketplace.databricks.com/details/4b0b9034-0f9b-4d25-ac7c-52ca956af838/Databricks_CodeLlama-Models&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 15:36:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/132472#M1158</guid>
      <dc:creator>jamesl</dc:creator>
      <dc:date>2025-09-18T15:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Model deprecation issue while serving on Databricks</title>
      <link>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/133394#M1183</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/182359"&gt;@HemantvIkani32&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Did the responses shared above help resolve your concern? If yes, please consider marking the relevant response(s) as the accepted solution.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 17:00:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/model-deprecation-issue-while-serving-on-databricks/m-p/133394#M1183</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-09-30T17:00:33Z</dc:date>
    </item>
  </channel>
</rss>

