Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Lightning ⚡ Intel Habana

lightning PyPI Status PyPI - Python Version PyPI - Downloads Deploy Docs

General checks Build Status pre-commit.ci status

Intel® Gaudi® AI Processor (HPU) training processors are built on a heterogeneous architecture with a cluster of fully programmable Tensor Processing Cores (TPC) along with its associated development tools and libraries, and a configurable Matrix Math engine.

The TPC core is a VLIW SIMD processor with an instruction set and hardware tailored to serve training workloads efficiently. The Gaudi memory architecture includes on-die SRAM and local memories in each TPC and, Gaudi is the first DL training processor that has integrated RDMA over Converged Ethernet (RoCE v2) engines on-chip.

On the software side, the PyTorch Habana bridge interfaces between the framework and SynapseAI software stack to enable the execution of deep learning models on the Habana Gaudi device.

Gaudi provides a significant cost-effective benefit, allowing you to engage in more deep learning training while minimizing expenses.

For more information, check out Gaudi Architecture and Gaudi Developer Docs.


Installing Lighting Habana

To install Lightning Habana, run the following command:

pip install -U lightning lightning-habana

NOTE

Ensure either of lightning or pytorch-lightning is used when working with the plugin. Mixing strategies, plugins etc from both packages is not yet validated.


Using PyTorch Lighting with HPU

To enable PyTorch Lightning with HPU accelerator, provide accelerator=HPUAccelerator() parameter to the Trainer class.

from lightning import Trainer
from lightning_habana.pytorch.accelerator import HPUAccelerator

# Run on one HPU.
trainer = Trainer(accelerator=HPUAccelerator(), devices=1)
# Run on multiple HPUs.
trainer = Trainer(accelerator=HPUAccelerator(), devices=8)
# Choose the number of devices automatically.
trainer = Trainer(accelerator=HPUAccelerator(), devices="auto")

The devices=1 parameter with HPUs enables the Habana accelerator for single card training using SingleHPUStrategy.

The devices>1 parameter with HPUs enables the Habana accelerator for distributed training. It uses HPUDDPStrategy which is based on DDP strategy with the integration of Habana’s collective communication library (HCCL) to support scale-up within a node and scale-out across multiple nodes.

Support Matrix

SynapseAI 1.18.0
PyTorch 2.4.0
(PyTorch) Lightning* 2.4.x
Lightning Habana 1.7.0
DeepSpeed** Forked from v0.14.4 of the official DeepSpeed repo.

* covers both packages lightning and pytorch-lightning

For more information, check out HPU Support Matrix

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lightning_habana-1.7.0rc0.tar.gz (55.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lightning_habana-1.7.0rc0-py3-none-any.whl (79.1 kB view details)

Uploaded Python 3

File details

Details for the file lightning_habana-1.7.0rc0.tar.gz.

File metadata

  • Download URL: lightning_habana-1.7.0rc0.tar.gz
  • Upload date:
  • Size: 55.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for lightning_habana-1.7.0rc0.tar.gz
Algorithm Hash digest
SHA256 6f5b88d332b231b074f4bd68fef591b0587b7048e19d7785a91eafd54b9cd4fc
MD5 5aad812d66c7b40c49cce0295b920eb2
BLAKE2b-256 5d4ed2e8b0ff279897f1eca0f6582f7ed94250c15adfdb9e7e0f90e58e59fe07

See more details on using hashes here.

File details

Details for the file lightning_habana-1.7.0rc0-py3-none-any.whl.

File metadata

File hashes

Hashes for lightning_habana-1.7.0rc0-py3-none-any.whl
Algorithm Hash digest
SHA256 64022b1a5917ec94c572e413cdf1967f4919f07f4105ecdd0396fadfb42d1604
MD5 80ed50076377ccb05e1e7a0ed685d5f0
BLAKE2b-256 623a099a180a405874f15ebfb45a92c2e198f18a593148c4000617ec1fe39925

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page