Skip to main content

Backend.AI Accelerator Plugin for Intel® Gaudi® HPUs

Project description

Backend.AI Accelerator Plugin for Habana

Just install this along with Backend.AI agents, using the same virtual environment. This will allow the agents to detect Habana devices on their hosts and make them available to Backend.AI kernel sessions.

$ pip install -e <Path to this repository>

This open-source edition of Habana plugins support allocation of one or more Habana devices to a container, slot-by-slot.

Compatibility Matrix

TBD

Generating Docker macvlan interfaces for inter-container network

#! /bin/bash
set -e
for pci_bus_id in $(hl-smi --format=csv,noheader -Q bus_id); do
    for net_dev in $(grep PCI_SLOT_NAME /sys/class/net/*/device/uevent | grep "${pci_bus_id}" | awk -F: '{print $1}' | awk -F/ '{print $5}'); do
        docker network create --attachable -o parent="${net_dev}" -d macvlan "gaudi_${net_dev}" >/dev/null
        echo "Docker network gaudi_${net_dev} created"
    done
done

Project details


Download files

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

Source Distribution

backend_ai_accelerator_habana-25.19.1.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

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

backend_ai_accelerator_habana-25.19.1-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file backend_ai_accelerator_habana-25.19.1.tar.gz.

File metadata

File hashes

Hashes for backend_ai_accelerator_habana-25.19.1.tar.gz
Algorithm Hash digest
SHA256 13802fb3c3d59338b7d7e09a757f7b697e56d525e90de38f33bec2f1411a5698
MD5 112257b95ac99e8238e9dcffb3915c8c
BLAKE2b-256 ef06bab087643ae60e1844a8723d62a743a75680cb47ab3130c37215612d9a72

See more details on using hashes here.

File details

Details for the file backend_ai_accelerator_habana-25.19.1-py3-none-any.whl.

File metadata

File hashes

Hashes for backend_ai_accelerator_habana-25.19.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6e810f725840a261ac4f62c337f54243080823d6498e3bbeb7f7c8262358baa5
MD5 c7f10dc79bf1e24aff195fea032ddfef
BLAKE2b-256 83a816689bdc128d3d7058c61d16188e698a5c7c1a00f59fc82d5e746fa3590f

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