Metadata-Version: 2.4
Name: kiwi-array-cuda12
Version: 0.2.50
Summary: CUDA 12 MLX runtime payload for Kiwi Array.
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# kiwi-array-cuda12

`kiwi-array-cuda12` carries the optional Linux CUDA 12 MLX native runtime
payload for `kiwi-array`.

Install it next to `kiwi-array` when a CUDA-backed MLX runtime is desired:

```sh
pip install "kiwi-array[cuda12]"
```

`kiwi-array` discovers this package through the `kiwi_array.runtimes` Python
entry point group. The NVIDIA driver library `libcuda.so.1` is expected to be
provided by the host runtime.
