Admin: Setting Up VantageCloud Lake for Bring Your Own LLM/DL Using the Console - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
Bring your own LLM/DL workloads requires analytic gpu computer clusters. These are configured with NVIDIA GPU accelerated containers that are designed for model inference jobs using deep learning and large language models. To set up the environment using SQL, see Set Up Lake for LLM/DL Using SQL.I
  1. Connect to the environment with admin credentials..
  2. Select Compute groups .
  3. Create a group ( ).
  4. Select Analytic GPU as the group type.
  5. Select the new group and Create a profile.
  6. Go to Manage access then Users.
    To access Users, you'll need the root (DBC) password.
  7. Create new or edit existing users to grant access to the new analytic GPU compute group.
  8. Grant the user or user groups permission to execute the APPLY operator.
    GRANT EXECUTE ON FUNCTION TD_SYSFNLIB.APPLY TO username;
  9. Grant permission to create and manage the User Environment using Open Analytics Framework APIs.
    GRANT TD_DATA_SCIENTIST to username;