Oven logo

Oven

Published

pip install furiosa-native-compiler

Package Downloads

Weekly DownloadsMonthly Downloads

Authors

Requires Python

>=3.10

This is a Python binding for the Furiosa Compiler. This is designed to be used in LLM API of furiosa-llm.

Building

cd ../furiosa-torch-ext
pip install -e .
cd ../furiosa-compiler-python
pip install -e .

Testing

After building the project, please run the tests as following

make test