inference table not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 03:57 AM
Hi,
I'm trying to enable inference table for my llama_2_7b_hf serving endpoint, however I'm getting the following error:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2024 08:38 AM
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.

