From 094257e84fa1a005df364e6273312170ecdb29a5 Mon Sep 17 00:00:00 2001 From: Ali Hatamizadeh Date: Fri, 1 Sep 2023 11:49:39 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64407a8..372f710 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ We can import pre-trained FasterViT models with **1 line of code**. Firstly, Fas ```bash pip install fastervit ``` -Note: Please upgrate the package to ```fastervit>=0.9.6``` if you have already installed the package to use the pretrained weights. +Note: Please upgrate the package to ```fastervit>=0.9.8``` if you have already installed the package to use the pretrained weights. A pretrained FasterViT model with default hyper-parameters can be created as in the following: