<?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: Local LLM's available in Databricks for email classification in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/local-llm-s-available-in-databricks-for-email-classification/m-p/142521#M1538</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It is absolutely acceptable. Here are some details that you may want to consider. I'd also think about GPU availability in your cloud and region and whether there is GPU available for you to deploy these models to. You should be able to easily test this by trying to spin up a Provisioned throughput model serving endpoint.&lt;/P&gt;
&lt;H3 class="_9k2iva0 p8i6j0c _1ibi0s312 heading3 _9k2iva1"&gt;Viability of Deploying Meta LLaMA 3 Locally on Databricks&lt;/H3&gt;
&lt;P class="p8i6j01 paragraph"&gt;Meta LLaMA 3 is supported for deployment within Databricks via Mosaic AI Model Serving (Foundation Model APIs). You can run LLaMA 3 models fully within the Databricks infrastructure, allowing you to keep all email and PII data inside your company's secure environment—no required transfers outside Databricks or to external providers for inference.&lt;/P&gt;
&lt;DIV class="_1ibi0s314 _1ibi0s3cl tk0j8o2 tk0j8o0"&gt;&lt;A class="wdbi343 wdbi341 wdbi340 _1ibi0s36s" tabindex="0" href="https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models" target="_blank" rel="noopener noreferrer" type="button" aria-label="Citation 1" aria-expanded="false" aria-haspopup="dialog" data-base-ui-click-trigger=""&gt;1&lt;/A&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;Security controls in Databricks Model Serving include:&lt;/P&gt;
&lt;UL class="p8i6j07 p8i6j02"&gt;
&lt;LI class="p8i6j0a"&gt;AES-256 encryption at rest and TLS 1.2+ encryption in transit&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;Logical isolation and governance via Unity Catalog&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;No customer data used for model training or improvement of Databricks services&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;Data residency controls—workspaces in the UK (and EU) process data within those boundaries&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="p8i6j01 paragraph"&gt;Meta LLaMA 3.3 70B Instruct and other LLaMA versions are explicitly listed as deployable options; you must comply with the Meta LLaMA Community License and Acceptable Use Policy when using these models.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;H3 class="_9k2iva0 p8i6j0c _1ibi0s312 heading3 _9k2iva1"&gt;Alternative Local-Deployable LLMs for Databricks&lt;/H3&gt;
&lt;P class="p8i6j01 paragraph"&gt;If you choose not to use LLaMA 3, other open-weight models suitable for private deployments within a Databricks workspace include:&lt;/P&gt;
&lt;UL class="p8i6j07 p8i6j02"&gt;
&lt;LI class="p8i6j0a"&gt;&lt;STRONG&gt;LLaMA 4 Maverick&lt;/STRONG&gt; – Also available for deployment, subject to Meta’s licensing.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;&lt;STRONG&gt;Qwen3-Next-80B-A3B-Instruct&lt;/STRONG&gt; (Apache 2.0 License) – Known for efficiency in instruction-following and enterprise contexts.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;&lt;STRONG&gt;OpenAI GPT OSS 20B and 120B&lt;/STRONG&gt; – Both licensed under Apache 2.0, optimized for batch inference and can be fully governed locally.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;&lt;STRONG&gt;Google Gemma 3 12B&lt;/STRONG&gt; – Licensed for commercial use under Google’s terms, multilingual, designed for text/image tasks.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;&lt;STRONG&gt;Mistral-7B&lt;/STRONG&gt; – Common open source model suitable for many enterprise tasks.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="p8i6j01 paragraph"&gt;These “foundation models” are available for local serving via Mosaic AI Model Serving, and do not require external API calls. Licensing compliance is your responsibility—verify restrictions in each model’s license before production use.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Dec 2025 11:55:11 GMT</pubDate>
    <dc:creator>emma_s</dc:creator>
    <dc:date>2025-12-24T11:55:11Z</dc:date>
    <item>
      <title>Local LLM's available in Databricks for email classification</title>
      <link>https://community.databricks.com/t5/generative-ai/local-llm-s-available-in-databricks-for-email-classification/m-p/142518#M1537</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am currently working on an email classification model in Azure Databricks. Since I work for an international company, the emails contain PII data. Because of this, I need to be very careful about compliance and data privacy, especially to ensure that no data leaves the company’s infrastructure.&lt;/P&gt;&lt;P&gt;I am considering using an LLM for this task and would like to know whether it is acceptable to use a &lt;STRONG&gt;local LLM&lt;/STRONG&gt;, such as &lt;STRONG&gt;LLaMA 3&lt;/STRONG&gt;, deployed entirely within our environment. My main concern is avoiding any regulatory or security issues related to external data transfer.&lt;/P&gt;&lt;P&gt;My manager asked me to explore possible solutions and identify which LLMs are suitable for deployment within Databricks infrastructure. If LLaMA 3 is not a viable option, I would appreciate recommendations for other LLMs that can be run fully locally. Additionally, what key aspects (security, licensing, compliance, deployment constraints) should I verify before making a decision?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2025 11:12:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/local-llm-s-available-in-databricks-for-email-classification/m-p/142518#M1537</guid>
      <dc:creator>D_Science</dc:creator>
      <dc:date>2025-12-24T11:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Local LLM's available in Databricks for email classification</title>
      <link>https://community.databricks.com/t5/generative-ai/local-llm-s-available-in-databricks-for-email-classification/m-p/142521#M1538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It is absolutely acceptable. Here are some details that you may want to consider. I'd also think about GPU availability in your cloud and region and whether there is GPU available for you to deploy these models to. You should be able to easily test this by trying to spin up a Provisioned throughput model serving endpoint.&lt;/P&gt;
&lt;H3 class="_9k2iva0 p8i6j0c _1ibi0s312 heading3 _9k2iva1"&gt;Viability of Deploying Meta LLaMA 3 Locally on Databricks&lt;/H3&gt;
&lt;P class="p8i6j01 paragraph"&gt;Meta LLaMA 3 is supported for deployment within Databricks via Mosaic AI Model Serving (Foundation Model APIs). You can run LLaMA 3 models fully within the Databricks infrastructure, allowing you to keep all email and PII data inside your company's secure environment—no required transfers outside Databricks or to external providers for inference.&lt;/P&gt;
&lt;DIV class="_1ibi0s314 _1ibi0s3cl tk0j8o2 tk0j8o0"&gt;&lt;A class="wdbi343 wdbi341 wdbi340 _1ibi0s36s" tabindex="0" href="https://docs.databricks.com/aws/en/machine-learning/foundation-model-apis/supported-models" target="_blank" rel="noopener noreferrer" type="button" aria-label="Citation 1" aria-expanded="false" aria-haspopup="dialog" data-base-ui-click-trigger=""&gt;1&lt;/A&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;Security controls in Databricks Model Serving include:&lt;/P&gt;
&lt;UL class="p8i6j07 p8i6j02"&gt;
&lt;LI class="p8i6j0a"&gt;AES-256 encryption at rest and TLS 1.2+ encryption in transit&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;Logical isolation and governance via Unity Catalog&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;No customer data used for model training or improvement of Databricks services&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;Data residency controls—workspaces in the UK (and EU) process data within those boundaries&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="p8i6j01 paragraph"&gt;Meta LLaMA 3.3 70B Instruct and other LLaMA versions are explicitly listed as deployable options; you must comply with the Meta LLaMA Community License and Acceptable Use Policy when using these models.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;H3 class="_9k2iva0 p8i6j0c _1ibi0s312 heading3 _9k2iva1"&gt;Alternative Local-Deployable LLMs for Databricks&lt;/H3&gt;
&lt;P class="p8i6j01 paragraph"&gt;If you choose not to use LLaMA 3, other open-weight models suitable for private deployments within a Databricks workspace include:&lt;/P&gt;
&lt;UL class="p8i6j07 p8i6j02"&gt;
&lt;LI class="p8i6j0a"&gt;&lt;STRONG&gt;LLaMA 4 Maverick&lt;/STRONG&gt; – Also available for deployment, subject to Meta’s licensing.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;&lt;STRONG&gt;Qwen3-Next-80B-A3B-Instruct&lt;/STRONG&gt; (Apache 2.0 License) – Known for efficiency in instruction-following and enterprise contexts.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;&lt;STRONG&gt;OpenAI GPT OSS 20B and 120B&lt;/STRONG&gt; – Both licensed under Apache 2.0, optimized for batch inference and can be fully governed locally.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;&lt;STRONG&gt;Google Gemma 3 12B&lt;/STRONG&gt; – Licensed for commercial use under Google’s terms, multilingual, designed for text/image tasks.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;&lt;STRONG&gt;Mistral-7B&lt;/STRONG&gt; – Common open source model suitable for many enterprise tasks.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="p8i6j01 paragraph"&gt;These “foundation models” are available for local serving via Mosaic AI Model Serving, and do not require external API calls. Licensing compliance is your responsibility—verify restrictions in each model’s license before production use.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2025 11:55:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/local-llm-s-available-in-databricks-for-email-classification/m-p/142521#M1538</guid>
      <dc:creator>emma_s</dc:creator>
      <dc:date>2025-12-24T11:55:11Z</dc:date>
    </item>
  </channel>
</rss>

