How to Launch GPU H100 Notebook
Select from pre-built or one of your own images. Next, you choose GPU H100 plan and click on the create button.
Notebook options
- Disk Size: Each TIR Notebook can have a disk size of up to 5000GB. The default is 30GB. The selected disk will be mounted at
/home/jovyan
in your notebook environment. We recommend using this path as your workspace, so in case of restarts, your content will be persistent. Since TIR is container-native, the changes that you make to any other paths on the notebook will not be persisted on restarts. You can extend the disk size after the start of the notebook as well. This workspace will be deleted when the associated notebook is deleted.
Please raise a support ticket if you need more than 1TB of disk workspace.
- Local NVME Storage: Only available for GPU H100 plans. This fast local storage will be available at
/mnt/local
and only for the duration of the run. We recommend using this path when you need faster writes (e.g., save model checkpoints) or reads. Be sure to move this data to the EOS bucket or under/home/jovyan
before shutting down the notebook. This type of storage is fixed and cannot be expanded at any time during the notebook cycle.
By default, you receive 1000GB. The size of the local storage is fixed and cannot be altered.
-
Plan (Pricing): You can choose between an hourly or committed plan. We recommend using committed plans as they offer discounts and also may offer access to local NVME storage (for H100 plans only).
-
Notebook Image: TIR environments are container-native. You can use pre-built images with well-known frameworks like PyTorch, Transformers, or customize the pre-built images. You can make your own images TIR-compatible using the image builder utility. We recommend starting with pre-built images. In case you need to install packages from pip or apt-get, we recommend doing so from a
Jupyter Notebook (.ipynb)
or maintainingrequirements.txt
. -
Delete Notebook: When a notebook is deleted, all the resources associated with it will be deleted, including the workspace (disk).
Steps to Create GPU H100 Notebook
To create a Notebook, you have to click on Create Notebook, which is at the left corner of the page.
After clicking on the Create Notebook button, a page will appear. Now enter the Notebook name, choose the Notebook Image, and select the GPU H100 machine to run your service, and then choose the plan. After that, click on the Create button.
After entering all the details (Disk Size, Datasets, and SSH key), you will click on the create button for creating a notebook.
After clicking on the create button, your GPU H100 will be created and it will be shown like this.
Notebook Details
Overview
You can see the Notebook Details and Plan Details under the Overview tab.
Disk Size
You can see the details of disk size and also change the Disk size as per your requirements.
For updating the disk size, you have to change the disk size and then click on the update button.
Metrics
You can see the Metrics graph in CPU Utilization, Memory Utilization & Interval.
You can see the one-month activity as per your requirement in days & hours.
Associated Datasets
You can also see the Associated Datasets with two different datasets - Mounted & Unmounted. You can also Unmount.
SSH Key
You can see the SSH Key Details under the SSH key tab.
Only one SSH key can be added to a notebook.
Steps to Verify the Configuration of the GPU H100 Notebook Using the Terminal
- Create your notebook with SSH key.
- You can access your GPU H100 notebook by clicking the SSH Access icon.
- After clicking this SSH access icon, you will see the command details section.
- To access your GPU H100 notebook, use this command: ssh root@ip.
- To check the GPU resources, use this command: nvidia-smi.
Verify the Configuration of the GPU H100 Notebook Using the Lab URL
- To launch the GPU H100 notebook, click on Jupyter.
- After clicking on Jupyter, you can see that page and click on Python3.
- To check the GPU resources, use this command: !nvidia-smi and press Shift + Enter.
Notebook Actions
You can see the actions like Launch Notebook, Stop, Update Notebook, and Delete.
Launch Notebook
After clicking on Launch Notebook, the Notebook will be launched and it should be visible like this.
Stop
You cannot stop the GPU H100 notebook.
Delete Notebook
To delete the Notebook, you have to click on the Delete button.