From 9517cac802cdf7009ec8200283c7a99321161e2e Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 16 Jun 2024 21:47:01 +0200 Subject: [PATCH] `ultralytics-thop` version 2.0.0 (#27) --- thop/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thop/__init__.py b/thop/__init__.py index 1b5f191..4a9619b 100644 --- a/thop/__init__.py +++ b/thop/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.9" +__version__ = "2.0.0" import torch