Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PhysicsTools/PyTorch and new category for ML tools #2121

Merged
merged 3 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 7 additions & 4 deletions categories_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@
"PhysicsTools/JetMCAlgos",
"PhysicsTools/JetMCUtils",
"PhysicsTools/KinFitter",
"PhysicsTools/MVAComputer",
"PhysicsTools/MVATrainer",
"PhysicsTools/ParallelAnalysis",
"PhysicsTools/PatExamples",
"PhysicsTools/PythonAnalysis",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down
Loading