furiosa-native-compiler2024.2.0
furiosa-native-compiler2024.2.0
Published
pip install furiosa-native-compiler
Package Downloads
Authors
Project URLs
Requires Python
>=3.8
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