Oven logo

Oven

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