Metadata-Version: 2.4
Name: fault-tolerance
Version: 0.1.1
Summary: Fault-tolerant algorithms for large models based on bit-flip error correction
Author: Ji
Keywords: LLM,fault tolerance,bit flip,error correction,deep learning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: tqdm

# fault-tolerance

Fault-tolerant algorithms for large models based on bit-flip error correction.

## Requirements

- Python >= 3.8
- torch
- numpy
- tqdm

## Installation

Install PyTorch first:

https://pytorch.org/get-started/locally/

Then install this package:

pip install fault_tolerance

## Usage

```python
import fault_tolerance

