Skip To Main Content
Intel logo - Return to the home page
My Tools

Select Your Language

  • Bahasa Indonesia
  • Deutsch
  • English
  • Español
  • Français
  • Português
  • Tiếng Việt
  • ไทย
  • 한국어
  • 日本語
  • 简体中文
  • 繁體中文
Sign In to access restricted content

Using Intel.com Search

You can easily search the entire Intel.com site in several ways.

  • Brand Name: Core i9
  • Document Number: 123456
  • Code Name: Emerald Rapids
  • Special Operators: “Ice Lake”, Ice AND Lake, Ice OR Lake, Ice*

Quick Links

You can also try the quick links below to see results for most popular searches.

  • Product Information
  • Support
  • Drivers & Software

Recent Searches

Sign In to access restricted content

Advanced Search

Only search in

Sign in to access restricted content.

The browser version you are using is not recommended for this site.
Please consider upgrading to the latest version of your browser by clicking one of the following links.

  • Safari
  • Chrome
  • Edge
  • Firefox



Set Up

   

Get started with Intel® Gaudi® accelerators by installing the latest software, accessing Intel® Tiber™ AI Cloud or Amazon EC2* DL1, and following our quick start guide for seamless setup and onboarding.

  • Set Up Docker*
  • Set Up in the Cloud

Software Installation for Running the Intel Gaudi Docker Image Using Intel Gaudi AI Accelerators

Intel Gaudi nodes or virtual machines from a cloud service provider usually have the appropriate drivers preinstalled and users should simply load the latest Intel Gaudi Docker image to run their workloads. If you are installing or upgrading a new Intel Gaudi node or want to install all the software manually, please refer to the detailed installation guide.

Follow the steps below to determine if a Gaudi platform is installed with the 1.20.0 Gaudi software driver and supports a compatible Intel Gaudi Docker image.

1) Determine the version of the Gaudi drivers installed on the system

Execute the following command directly on the Gaudi node to display driver version installed:

hl-smi | grep Driver

For example, if the installed version is 1.20.0, the output should be as follows:

| Driver Version:                                     1.20.0-XXXXXXX          |

2) Consult the support matrix to determine which PyTorch images are compatible with the driver

  • Refer to the support matrix in the documentation corresponding to the driver installed and the target hardware.
  • Refer to the PyTorch row to determine the version of the pytorch-installer container released with and optimized for the installed drivers.
  • Refer to the Backward/Forward Compatibility compatibility table to determine additional version of the pytorch-installer container compatible with the installed drivers.

3) Confirm the installation and configuration of the container runtime

To verify that the container runtime is installed on the node, run the following command:

apt list --installed | grep habanalabs-container-runtime

The habanalabs-container-runtime package, with the appropriate version, should be listed:

habanalabs-container-runtime/jammy,now 1.20.0-543 amd64 [installed]

Install it, if requried:

apt install habanalabs-container-runtime

Make sure the container service on the platform is configured properly to use the habana container runtime. Please refer to the Gaudi software documentation on how to properly configure the container runtime for the platforms container service. Note: Reinstalltion of the habanalabs-container-runtime package will require the reconfiguration of the container service.

4) Start and verify a compatible Intel Gaudi Docker image

Select a compatible Intel Gaudi Docker image with an appropriate base OS and PyTorch version and then pull and run the Intel Gaudi Docker image. The example below shows how to pull and run the Intel Gaudi Docker image associated with the 1.20.0 Gaudi software release with the Ubuntu 22.04 OS and the 2.6.0 version of PyTorch:

docker pull vault.habana.ai/gaudi-docker/1.20.0/ubuntu22.04/habanalabs/pytorch-installer-2.6.0:latest
docker run -it --runtime=habana -e HABANA_VISIBLE_DEVICES=all -e OMPI_MCA_btl_vader_single_copy_mechanism=none --cap-add=sys_nice --net=host --ipc=host vault.habana.ai/gaudi-docker/1.20.0/ubuntu22.04/habanalabs/pytorch-installer-2.6.0:latest

After starting the Intel Gaudi Docker image, the docker exec can also be used to access it:

docker exec -it Gaudi_Docker bash

To verify the Intel Gaudi Docker images's runtime components, run the following command:

apt list --installed | grep habanalabs

If the Intel Gaudi Docker image has the runtime packages properly installed should contiain the following package list list:

habanalabs-firmware-tools/now 1.20.0-543 amd64 [installed,local]
habanalabs-graph/now 1.20.0-543 amd64 [installed,local]
habanalabs-rdma-core/now 1.20.0-543 all [installed,local]
habanalabs-thunk/now 1.20.0-543 all [installed,local]

These packages should be compatible with the driver installed on the Gaudi node, as documented in the support matrix.

To verify the Intel Gaudi Docker image has the Gaudi software PyTorch pip packages properly installed, run the following command:

pip list | grep habana

If the Intel Gaudi Docker image has the Gaudi software PyTorch pip packages properly installed should contiain the following pip package list:

habana_gpu_migration        1.20.0.543
habana-media-loader         1.20.0.543
habana-pyhlml               1.20.0.543
habana-torch-dataloader     1.20.0.543
habana-torch-plugin         1.20.0.543
lightning-habana            1.6.0

Setting up Jupyter Notebook on an Intel Gaudi Platform

To setup the Jupyter Notebook, first be sure that you add a local port forwarding to the ssh command to be able to access a local Jupyter Notebook. For example, add the command: ssh -L 8888:localhost:8888 .. to be able to access the Notebook. In the example below the standard login is ssh -J guest@146.152.232.8 ubuntu 100.80.239.52, but with the port forwarding it will change this to:

ssh -L 8888:localhost:8888 -J guest@146.152.232.8 ubuntu 100.80.239.52

Once logged into the system, follow the same steps as listed above to load and run the Docker image. Install the libraries and run the model setup for the appropriate example. This will include cloning the HabanaAI Gaudi-tutorials branch associated with the desired release branch. Run the following command to install and run the Jupyter Notebook server in the Docker container:

python3 -m pip install jupyterlab
python3 -m jupyterlab_server --IdentityProvider.token='' --ServerApp.password=''  --allow-root --port 8888  --ServerApp.root_dir=/root &

Open an internet browser at: http://127.0.0.1:8888/lab and use the left navigation panel to select the desired notebook. The image below shows how to select the notebook associated with the pretraining tutorial. Click on the PyTorch/Pre_Training/Intel_Gaudi_Pretraining.ipynb file, and you will then see the Jupyter Notebook as shown:

Jupyter Notebook screenshot

 

 

 

Installation Guide

Intel® Tiber™ AI Cloud

Developers get access to Intel hardware, including the deep learning server that is powered by eight of the latest Intel® Gaudi® 2 AI accelerators.

To get access:

  1. Go to the Intel® Tiber™ AI Cloud and follow the steps in the get started section.

    • Register for an account and enroll in the program by entering your customer information and reviewing the terms and conditions.

    • Set up ssh access and your ssh keys to access the Intel Tiber AI Cloud.

  2. Get cloud credits by entering your payment information or redeeming a coupon.

  3. Sign in and access the Intel Gaudi platform instance in the hardware catalog.

 

 

 

Intel® Tiber® AI Cloud

 


Stay Informed


Register for the latest Intel Gaudi AI accelerator developer news, events, training, and updates.

Sign Up

All fields are required unless marked optional.

Intel strives to provide you with a great, personalized experience, and your data helps us to accomplish this.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
By submitting this form, you are confirming you are age 18 years or older. Intel will process your Personal Data for the purpose of this business request. To learn more about Intel's practices, including how to manage your preferences and settings, visit Intel's Privacy Notice.
By submitting this form, you are confirming you are age 18 years or older. Intel may contact you for marketing-related communications. You can opt out at any time. To learn more about Intel's practices, including how to manage your preferences and settings, visit Intel's Privacy Notice.

Thank you for signing up with Intel.

  • Company Overview
  • Contact Intel
  • Newsroom
  • Investors
  • Careers
  • Corporate Responsibility
  • Inclusion
  • Public Policy
  • © Intel Corporation
  • Terms of Use
  • *Trademarks
  • Cookies
  • Privacy
  • Supply Chain Transparency
  • Site Map
  • Recycling
  • Your Privacy Choices California Consumer Privacy Act (CCPA) Opt-Out Icon
  • Notice at Collection

Intel technologies may require enabled hardware, software or service activation. // No product or component can be absolutely secure. // Your costs and results may vary. // Performance varies by use, configuration and other factors. // See our complete legal Notices and Disclaimers. // Intel is committed to respecting human rights and avoiding causing or contributing to adverse impacts on human rights. See Intel’s Global Human Rights Principles. Intel’s products and software are intended only to be used in applications that do not cause or contribute to adverse impacts on human rights.

Intel Footer Logo