Metadata-Version: 2.1
Name: furiosa-sdk
Version: 0.5.0
Summary: Furiosa Python SDK
Home-page: https://furiosa.ai
Author: FuriosaAI Inc.
Author-email: pkg@furiosa.ai
License: Apache License 2.0
Project-URL: Documentation, https://docs.furiosa.ai
Project-URL: Bug Tracker, https://github.com/furiosa-ai/furiosa-sdk/issues
Project-URL: Source Code, https://github.com/furiosa-ai/furiosa-sdk
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: ==3.*,~=3.7
Description-Content-Type: text/markdown
Provides-Extra: server
Provides-Extra: quantizer
Provides-Extra: validator
Provides-Extra: models
Provides-Extra: full
License-File: LICENSE
License-File: NOTICE


# Furiosa SDK

## Installation
`furiosa-sdk` can be installed from PyPI using `pip` (note that the package name is
different from the importable name)::

```sh
pip install furiosa-sdk
```

You can install furiosa-sdk with extra packages (for example runtime, quantizer):
```sh
pip install 'furiosa-sdk[runtime,quantizer]'
```

### Extra packages
You can optionally choose the following extras when you install furiosa-sdk.
* runtime: Runtime to run inferences with FuriosaAI's Simulator, FPGA or ASIC.
* quantizer: Helper to transform DNN models into int8 quantized models.

## Download
furiosa-sdk is available on PyPI\
https://pypi.org/project/furiosa-sdk/

The documentation is hosted at:\
https://docs.furiosa.ai/sdk/

## Code
The code and issue tracker are hosted on GitHub:\
https://github.com/furiosa-ai/furiosa-sdk

## Contributing

We welcome many types of contributions - bug reports, pull requests (code, infrastructure or documentation fixes). For more information about how to contribute to the project, see the ``CONTRIBUTING.md`` file in the repository.


