cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results for 
Search instead for 
Did you mean: 

inference table not working

YanivShani
New Contributor

Hi,

I'm trying to enable inference table for my llama_2_7b_hf serving endpoint, however I'm getting the following error:

"Inference tables are currently not available with accelerated inference."
 
Anyone one have an idea on how to overcome this issue?
 
Cheers
1 REPLY 1

Walter_C
Databricks Employee
Databricks Employee

From the information you provided, it seems like you are trying to enable inference tables for an existing endpoint. However, the error message suggests that this feature may not be supported with accelerated inference.If you have previously disabled inference tables on the endpoint, please note that re-enablement on that endpoint is not supported. In this case, you would need to create a new endpoint with inference tables enabled on it.Here are the steps to create a new endpoint with inference tables enabled:
1. Click Serving in the DML UI.
2. Click Create serving endpoint.
3. In the endpoint creation page, select Enable inference table.
4. Select the desired catalog and schema for where you would like the table to be located.
5. Optionally, specify a table prefix for the final table name. If a table prefix is not specified, the endpoint name is used.
6. After you are satisfied with the endpoint specifications, click Create serving endpoint.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group