Metadata-Version: 2.4
Name: uniko-cuda
Version: 0.2.1
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: Environment :: GPU :: NVIDIA CUDA
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Database
Requires-Dist: pydantic>=2
Summary: Python bindings for uniko cognitive memory (ONNX + NVIDIA CUDA)
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-cuda

NVIDIA CUDA build of [uniko](https://github.com/rustic-ai/uniko) — the same
`import uniko` API as the CPU `uniko` package, with the ONNX Runtime CUDA
execution provider enabled for GPU-accelerated NLP/embedding inference.

Install **one** of `uniko`, `uniko-cuda`, or `uniko-metal` — they all provide
the `uniko` import and cannot coexist. `uniko-cuda` expects a CUDA-capable
NVIDIA driver on the host; the CUDA runtime libraries are resolved at load time
(not bundled), matching the standard onnxruntime-gpu model.

```sh
pip install uniko-cuda
```

See the main repository for documentation.

