furiosa-native-compiler 2026.1.0


pip install furiosa-native-compiler

  Latest version

Released: Feb 13, 2026


Meta
Requires Python: >=3.10

Classifiers

Programming Language
  • Rust
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

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
Extras:
Dependencies:
furiosa-torch-ext (~=2026.1.0)
pyyaml (==6.0.1)
torch (==2.7.0)