diff --git a/nncf/version.py b/nncf/version.py index d86a60048ec..7e34bdba420 100644 --- a/nncf/version.py +++ b/nncf/version.py @@ -11,6 +11,6 @@ __version__ = "2.6.0" -BKC_TORCH_VERSION = "2.1.1" +BKC_TORCH_VERSION = "2.1.0" BKC_TORCHVISION_VERSION = "0.16.0" BKC_TF_VERSION = "2.12.*"