From 1816c856fc32da894b900aca666529ada8c629b5 Mon Sep 17 00:00:00 2001 From: mobicham <37179323+mobicham@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:44:05 +0100 Subject: [PATCH] Update Readme.md --- code/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Readme.md b/code/Readme.md index 7f7e7dc..dee0370 100644 --- a/code/Readme.md +++ b/code/Readme.md @@ -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 🗜️