Metadata-Version: 2.1
Name: sambanova_rdu_engine_api
Version: 1.0.0
Summary: Python API for running inference on SambaNova RDU hardware.
Author: SambaNova Systems, Inc.
Home-page: https://sambanova.ai
License: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: ==3.11.*
Description-Content-Type: text/markdown

# SambaNova RDU Engine

`sambanova-rdu-engine-api` provides the Python API (imported as `rdu_engine`)
for running inference on SambaNova RDU (Reconfigurable Dataflow Unit) hardware.

## Requirements

- Linux x86_64 (glibc 2.28+)
- Python 3.11
- SambaNova RDU hardware with the SambaFlow runtime installed on the host

This is a binary distribution containing the compiled `rdu_engine` extension. It
depends on the SambaFlow runtime libraries being present on the host at import
time and is not a standalone package.

## License

Licensed under the Apache License, Version 2.0.
