Metadata-Version: 2.4
Name: furiosa-models
Version: 2026.1.0
Summary: Furiosa Models is a software library for compiling and optimizing AI models.
Author-email: "FuriosaAI Inc." <pkg@furiosa.ai>
License: Apache-2.0
Project-URL: Repository, https://github.com/furiosa-ai/furiosa-model
Project-URL: Issues, https://github.com/furiosa-ai/furiosa-model/issues
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: <=3.13,>=3.10
Description-Content-Type: text/markdown
Requires-Dist: furiosa-torch==2026.1.0
Requires-Dist: torch==2.7.0
Requires-Dist: transformers==4.57.1
Requires-Dist: Deprecated
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: accelerate; extra == "test"
Provides-Extra: lint
Requires-Dist: ruff; extra == "lint"
Requires-Dist: pydoclint; extra == "lint"
Requires-Dist: mypy; extra == "lint"
Requires-Dist: types-Deprecated; extra == "lint"
Requires-Dist: pre-commit; extra == "lint"
Provides-Extra: release
Requires-Dist: build; extra == "release"
Requires-Dist: setuptools_scm; extra == "release"
Requires-Dist: mdformat; extra == "release"
Requires-Dist: mdformat-tables; extra == "release"
Requires-Dist: toml-sort; extra == "release"

# Furiosa Models

**Furiosa Models** is a software library for compiling and optimizing AI models. It enables scalable model development and adaptive refinement through a modularized framework and principled validation.

## Getting Started

Get started by setting up the environment and running essential checks.

```bash
# Installation
make install  # or simply `make`

# Run tests
make test

# Linting & formatting
make lint
make do-lint

# Release validation & wheel build
make release-check
make build-wheels
```

## License

This project is licensed under the Apache 2.0 License.
