Skip to content

Tags: RunningLeon/ppq

Tags

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(default.py): support ViT (OpenPPL#145)

* feat(default.py): add support ViT opr

* docs(torch.py): remove useless

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix bugs: fixed calib_steps (OpenPPL#42)

Fixed quantized function not being able to modify Calib Steps

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update ssd.py (OpenPPL#33)

Ensure the variables are on the same device.

v0.6.1

Toggle v0.6.1's commit message
Update to 0.6.1

Support ONNXRuntime Quant&Dequant Format.

v0.6.0

Toggle v0.6.0's commit message
Core update to 0.6.0

Add Subgraph Optimization Algorithm
Add Matrix Factorization Algorithm
Add 4&8 bit Mix Precision Dispatching
Refine Network Analysis
Add ProgramEntrance.py (as an usage example)
Other bug fixs.

v0.5.3

Toggle v0.5.3's commit message
Update to version 0.5.3

Update to 0.5.3
Channel Split Algorithm Added
MSE Calibration method Added
bn merge bugs fixed
cuda.histogram bugs fixed
fix other typos.
README updated.

v0.5.2

Toggle v0.5.2's commit message
initial import