Skip to content

Commit 2ed5825

Browse files
committed
Add GitHub badges to project README
Signed-off-by: Martin Hickey <[email protected]>
1 parent f547790 commit 2ed5825

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# FMS Model Optimizer
22

3+
![Lint](https://github.com/foundation-model-stack/fms-model-optimizer/actions/workflows/lint.yml/badge.svg?branch=main)
4+
![Tests](https://github.com/foundation-model-stack/fms-model-optimizer/actions/workflows/test.yml/badge.svg?branch=main)
5+
![Build](https://github.com/foundation-model-stack/fms-model-optimizer/actions/workflows/pypi.yml/badge.svg?branch=main)
6+
[![Minimum Python Version](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
7+
![Release](https://img.shields.io/github/v/release/foundation-model-stack/fms-model-optimizer)
8+
![License](https://img.shields.io/github/license/foundation-model-stack/fms-model-optimizer)
9+
10+
311
## Introduction
412

513
FMS Model Optimizer is a framework for developing reduced precision neural network models. Quantization techniques, such as [quantization-aware-training (QAT)](https://arxiv.org/abs/2407.11062), [post-training quantization (PTQ)](https://arxiv.org/abs/2102.05426), and several other optimization techniques on popular deep learning workloads are supported.
@@ -28,9 +36,9 @@ FMS Model Optimizer is a framework for developing reduced precision neural netwo
2836
### Requirements
2937

3038
1. **🐧 Linux system with Nvidia GPU (V100/A100/H100)**
31-
2. Python 3.10 or Python 3.11
39+
2. Python 3.9 to Python 3.11
3240
📋 Python 3.12 is currently not supported due to PyTorch Dynamo constraint
33-
2. CUDA >=12
41+
3. CUDA >=12
3442

3543
*Optional packages based on optimization functionalities required:*
3644

0 commit comments

Comments
 (0)