Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mobicham committed Nov 20, 2023
1 parent b1fe770 commit 1816c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ViTHQQ.save_quantized(model, save_dir=save_dir)
model = ViTHQQ.from_quantized(save_dir)
```

We provide a comple example to quantize ViT models that you can find in the ```vit_example``` folder. The script shows how to quantize a _timm_ ViT model and compares the dot score between the quantized and the original model predictions.
We provide a complete example to quantize ViT models that you can find in the ```vit_example``` folder. The script shows how to quantize a _timm_ ViT model and compares the dot score between the quantized and the original model predictions.


### Quantize Custom Models 🗜️
Expand Down

0 comments on commit 1816c85

Please sign in to comment.