Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Furiosa Device Python API

Python binding of Furiosa Device API.

Documentations

You can render docs by pydoc or pdoc. However, it is just a binding of device-api, so please see the Rust documentation for a mode detailed explanation.

Develop environment with maturin

To use maturin, you need to use a python virtual environment. A simple example can be found here.

pip install maturin
make develop

Test

make test

Examples

Some examples for using Python API is available here.