From 1970e3cf2ecf4d43b3ccc146e347d2f94fb65171 Mon Sep 17 00:00:00 2001 From: Davide Valsecchi Date: Fri, 8 Dec 2023 10:50:33 +0100 Subject: [PATCH] Added PhysicsTools/PyTorch and new category for ML tools (#2121) * Added PhysicsTools/PyTorch * Added Valsecchi and McCormark as CMSSW_L2 for ml category * black formatting --------- Co-authored-by: valsdav --- categories.py | 3 +++ categories_map.py | 11 +++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/categories.py b/categories.py index 012367febc57..919231b26922 100644 --- a/categories.py +++ b/categories.py @@ -156,6 +156,9 @@ # PPD "malbouis": ["ppd"], "jordan-martins": ["ppd"], + # ML + "valsdav": ["ml"], + "wpmccormack": ["ml"], } # All CMS_SDT members can sign externals ( e.g Pull Requests in cms-sw/cmsdist , cms-data and cms-externals diff --git a/categories_map.py b/categories_map.py index 7d1b8852840a..090001d2323d 100644 --- a/categories_map.py +++ b/categories_map.py @@ -222,8 +222,6 @@ "PhysicsTools/JetMCAlgos", "PhysicsTools/JetMCUtils", "PhysicsTools/KinFitter", - "PhysicsTools/MVAComputer", - "PhysicsTools/MVATrainer", "PhysicsTools/ParallelAnalysis", "PhysicsTools/PatExamples", "PhysicsTools/PythonAnalysis", @@ -1197,11 +1195,9 @@ "MagneticField/VolumeGeometry", "PhysicsTools/MXNet", "PhysicsTools/IsolationAlgos", - "PhysicsTools/ONNXRuntime", "PhysicsTools/PatAlgos", "PhysicsTools/PatUtils", "PhysicsTools/SelectorUtils", - "PhysicsTools/TensorFlow", "RecoBTag/BTagTools", "RecoBTag/CTagging", "RecoBTag/Combined", @@ -1741,6 +1737,13 @@ "PhysicsTools/PatUtils", "PhysicsTools/Scouting", ], + "ml": [ + "PhysicsTools/PyTorch", + "PhysicsTools/TensorFlow", + "PhysicsTools/ONNXRuntime", + "PhysicsTools/MVAComputer", + "PhysicsTools/MVATrainer", + ], } # Just like CMSSW_CATEGORIES but it creates non-blocking (no signature needed) github labels