From 913dc4c78f5c91608b4f2954fb62c4294d321e88 Mon Sep 17 00:00:00 2001 From: Chun-Yian Liew Date: Tue, 17 Dec 2024 01:00:39 +0100 Subject: [PATCH 1/2] Update jetson_variables.py Added JetPack 4.6.6 for L4T 32.7.6 --- jtop/core/jetson_variables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jtop/core/jetson_variables.py b/jtop/core/jetson_variables.py index 5e6d50c7..b8fdbae9 100644 --- a/jtop/core/jetson_variables.py +++ b/jtop/core/jetson_variables.py @@ -58,6 +58,7 @@ "34.1.0": "5.0 DP", "34.0.1": "5.0 PRE-DP", # -------- JP4 -------- + "32.7.6": "4.6.6", "32.7.5": "4.6.5", "32.7.4": "4.6.4", "32.7.3": "4.6.3", From 70f61103fc6ea05f4dd13ebd5cb0bf037ea60c8c Mon Sep 17 00:00:00 2001 From: Chun-Yian Liew Date: Tue, 17 Dec 2024 01:04:51 +0100 Subject: [PATCH 2/2] Update __init__.py Added JetPack 4.6.6 for L4T 32.7.6 --- jtop/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jtop/__init__.py b/jtop/__init__.py index 93b26a14..ed75f989 100644 --- a/jtop/__init__.py +++ b/jtop/__init__.py @@ -31,5 +31,5 @@ __copyright__ = "(c) 2024, Raffaello Bonghi" # Version package # https://packaging.python.org/guides/distributing-packages-using-setuptools/#choosing-a-versioning-scheme -__version__ = "4.2.12" +__version__ = "4.2.13" # EOF