Skip to content

Commit

Permalink
Update README.md (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti authored Apr 9, 2020
1 parent d7ae243 commit e90562e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,23 @@ All the quantized representations support mixed-precision weights (signed and as

NEMO is organized as a Python library that can be applied with relatively small changes to an existing PyTorch based script or training framework.

# Installation and requirements
The NEMO library currently supports PyTorch >= 1.3 and runs on Python >= 3.5.
To install it from PyPI, just run
```
pip install pytorch-nemo
```
Then, you can import it in your script using
```
import nemo
```

# Example
- MNIST post-training quantization: https://colab.research.google.com/drive/1AmcITfN2ELQe07WKQ9szaxq-WSu4hdQb

# License
NEMO is released under Apache 2.0, see the LICENSE file in the root of this repository for details.

# Requirements
The NEMO library (NEural Minimizer for tOrch) currently supports PyTorch >= 1.3.

# Acknowledgements
![ALOHA Logo](/var/aloha.png)

Expand Down

0 comments on commit e90562e

Please sign in to comment.