Metadata-Version: 2.1
Name: pytorchfi
Version: 0.1.2
Summary: A runtime fault injector for PyTorchFI
Home-page: https://github.com/pytorchfi/pytorchfi
Author: UIUC RSim
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# PyTorchFI-Beta

PyTorchFI is a runtime fault injector tool for PyTorch to simulate bit flips within the neural network. Check us out on PyPI [here](https://pypi.org/project/pytorchfi/).

## Installation

Install using `pip install pytorchfi`

## Documentation

The documentation can be found at [https://pytorchfi.github.io/docs/](https://pytorchfi.github.io/docs/).

## Code

### Structure

The main source code of PyTorchFI is held in `src`, which carries both `Core` and `Util` implementations.

### Formatting

All python code is formatted with [black](https://black.readthedocs.io/en/stable/).

## Contributors

- [Sarita V. Adve](http://sadve.cs.illinois.edu/) (UIUC)
- [Neeraj Aggarwal](https://neerajaggarwal.com) (UIUC)
- [Christopher W. Fletcher](http://cwfletcher.net/) (UIUC)
- [Siva Kumar Sastry Hari](https://research.nvidia.com/person/siva-hari) (NVIDIA)
- [Abdulrahman Mahmoud](http://amahmou2.web.engr.illinois.edu/) (UIUC)
- [Alex Nobbe](https://github.com/Alexn99) (UIUC)

## License

[NCSA License](https://opensource.org/licenses/NCSA)


