Skip to content

Commit 26b5cc7

Browse files
MQBench torch251 (#275)
* update torch 2.5.1 * update --------- Co-authored-by: yinnengzhong <yinnz@foxmail.com>
1 parent 09ff5cb commit 26b5cc7

File tree

211 files changed

+942
-74071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+942
-74071
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
[![Lint and test](https://github.com/ModelTC/MQBench/actions/workflows/lint-and-test.yml/badge.svg?branch=main)](https://github.com/ModelTC/MQBench/actions/workflows/lint-and-test.yml)
88
[![license](https://img.shields.io/github/license/ModelTC/MQBench)](https://github.com/ModelTC/MQBench/blob/main/LICENSE)
99

10+
## Latest News
11+
12+
- **Jan 10, 2025:** 🚀 MQBench already supports torch2.5.1!!!
13+
1014
## Introduction
1115

1216
MQBench is an open-source model quantization toolkit based on PyTorch fx.
@@ -21,7 +25,7 @@ The envision of MQBench is to provide:
2125
```shell
2226
git clone git@github.com:ModelTC/MQBench.git
2327
cd MQBench
24-
python setup.py install
28+
pip install -v -e .
2529
```
2630

2731
## Documentation

application/imagenet_example/PTQ/configs/adaround/mbv2_2_4.yaml

-45
This file was deleted.

application/imagenet_example/PTQ/configs/adaround/r18_2_4.yaml

-45
This file was deleted.

application/imagenet_example/PTQ/configs/adaround/r18_8_8_trt.yaml

-50
This file was deleted.

application/imagenet_example/PTQ/configs/adaround/r50_2_4.yaml

-45
This file was deleted.

application/imagenet_example/PTQ/configs/adaround/reg600_2_4.yaml

-45
This file was deleted.

application/imagenet_example/PTQ/configs/adaround/reg800_2_4.yaml

-45
This file was deleted.

application/imagenet_example/PTQ/configs/brecq/mbv2_2_4.yaml

-46
This file was deleted.

application/imagenet_example/PTQ/configs/brecq/r18_2_4.yaml

-46
This file was deleted.

0 commit comments

Comments
 (0)