Metadata-Version: 2.4
Name: inferno-torch
Version: 0.0.8
Summary: Bayesian Deep Learning in PyTorch
Author-email: Jonathan Wenger <jw4246@columbia.edu>, Beau Coker <bc3107@columbia.edu>
License-Expression: MIT
Project-URL: homepage, https://inferno-ml.github.io/inferno/
Project-URL: documentation, https://inferno-ml.github.io/inferno/
Project-URL: github, https://github.com/inferno-ml/inferno
Keywords: deep learning,variational inference,pytorch
Platform: any
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=2.2
Requires-Dist: torchvision>=0.20
Provides-Extra: style
Requires-Dist: black>=25.1.0; extra == "style"
Requires-Dist: isort>=5.13.2; extra == "style"
Requires-Dist: jaxtyping>=0.2.25; extra == "style"
Provides-Extra: docs
Requires-Dist: mkdocs-material>=9.6.11; extra == "docs"
Requires-Dist: mkdocstrings-python>=1.16.12; extra == "docs"
Requires-Dist: markdown-exec>=1.10.3; extra == "docs"
Provides-Extra: datasets
Requires-Dist: xlrd>=2.0.1; extra == "datasets"
Requires-Dist: pandas>=2.2.3; extra == "datasets"
Requires-Dist: requests>=2.32.3; extra == "datasets"
Provides-Extra: examples
Requires-Dist: inferno-torch[datasets]; extra == "examples"
Requires-Dist: fire>=0.7.0; extra == "examples"
Requires-Dist: matplotlib>=3.10.0; extra == "examples"
Requires-Dist: seaborn>=0.13.2; extra == "examples"
Requires-Dist: scikit-learn>=1.5.0; extra == "examples"
Requires-Dist: torchmetrics>=1.6.1; extra == "examples"
Requires-Dist: tqdm>=4.67.1; extra == "examples"
Provides-Extra: tests
Requires-Dist: pytest>=6.2.5; extra == "tests"
Requires-Dist: pytest-cov>=3.0.0; extra == "tests"
Requires-Dist: tox>=4.19; extra == "tests"
Provides-Extra: dev
Requires-Dist: inferno-torch[style]; extra == "dev"
Requires-Dist: inferno-torch[docs]; extra == "dev"
Requires-Dist: inferno-torch[examples]; extra == "dev"
Requires-Dist: inferno-torch[tests]; extra == "dev"
Dynamic: license-file

<div align="center">
    <picture>
    <source srcset="docs/assets/logo/logo_text_black.svg" media="(prefers-color-scheme: light)"/>
    <source srcset="docs/assets/logo/logo_text_white.svg"  media="(prefers-color-scheme: dark)"/>
    <img align="center" src="docs/assets/logo/logo_text_black.svg" alt="Inferno" width="400" style="padding-right: 10px; padding left: 10px;"/>
    </picture>
    <h3>Blazingly-fast Bayesian Deep Learning in PyTorch</h3>
</div>

---

<h4 align="center">
  <a href="#installation">Installation</a> |  
  <a href="https://inferno-ml.github.io/inferno/">Documentation</a> | 
  <a href="https://inferno-ml.github.io/inferno/development_guidelines">Contributing</a>
</h4>



## Installation

You can install Inferno via: 
```bash
pip install inferno-torch
```

<!-- Alternatively, you can install the development version from source.
```bash
pip install git+https://github.com/inferno-ml/inferno.git
``` -->
