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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file backend_ai_accelerator_habana-26.4.3.tar.gz.
File metadata
- Download URL: backend_ai_accelerator_habana-26.4.3.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdea99544618eca04930962d80f88235efc83163b0cb891315d676c15281885e
|
|
| MD5 |
5346c80163c1b1e6c85ec4af18584b62
|
|
| BLAKE2b-256 |
2c250bc4f3c687e6d889b451374c1077bfd5cf8fdb6f39051b57bc875200c303
|
File details
Details for the file backend_ai_accelerator_habana-26.4.3-py3-none-any.whl.
File metadata
- Download URL: backend_ai_accelerator_habana-26.4.3-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4aa65debe2984471cd2b566c837ef40e4a95e1a40aa14ba98b7800e3a521a6e
|
|
| MD5 |
9a63a2030ca773c0e87da76896b7a0c8
|
|
| BLAKE2b-256 |
c155a02fabe4de7357d034c498e9c29ba1d15d2f0d442aa98b73ad4b60f472d3
|