Metadata-Version: 2.4
Name: uniko-metal
Version: 0.2.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Database
Requires-Dist: pydantic>=2
Summary: Python bindings for uniko cognitive memory (ONNX + Apple Metal/CoreML)
Home-Page: https://www.rustic.ai
Author-email: "Dragonscale Industries Inc." <dev@dragonscale.ai>
License: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://rustic-ai.github.io/uniko
Project-URL: Homepage, https://www.rustic.ai
Project-URL: Repository, https://github.com/rustic-ai/uniko

# uniko-metal

Apple Silicon (Metal / CoreML) build of
[uniko](https://github.com/rustic-ai/uniko) — the same `import uniko` API as the
CPU `uniko` package, with the ONNX Runtime CoreML execution provider enabled for
GPU/ANE-accelerated NLP/embedding inference on macOS arm64.

Install **one** of `uniko`, `uniko-cuda`, or `uniko-metal` — they all provide
the `uniko` import and cannot coexist. `uniko-metal` is macOS/Apple-Silicon
only; the CoreML provider is statically linked (nothing extra to install).

```sh
pip install uniko-metal
```

See the main repository for documentation.

