File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
benchmarks/lowq2_reconstruction Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ rule filter_hepmc_for_training:
1313 script = workflow .source_path ("filterHEPMC3.py" ),
1414 output :
1515 SIMOUTDIR + "Low-Q2_Training_Events.hepmc3.tree.root" ,
16+ cache : True
1617 params :
1718 events = "root://dtn-eic.jlab.org//volatile/eic/EPIC/EVGEN/SIDIS/pythia6-eic/1.0.0/18x275/q2_0to1/pythia_ep_noradcor_18x275_q2_0.000000001_1.0_run1.ab.hepmc3.tree.root" ,
1819 shell :
@@ -27,6 +28,7 @@ rule lowq2_training_sim:
2728 events = SIMOUTDIR + "Low-Q2_Training_Events.hepmc3.tree.root" ,
2829 output :
2930 SIMOUTDIR + "Low-Q2_Training_SimEvents_{CAMPAIGN}.edm4hep.root" ,
31+ cache : True
3032 shell :
3133 """
3234 exec npsim \
Original file line number Diff line number Diff line change 11--index-url https://download.pytorch.org/whl/cpu
22numpy == 2.3.1
33#gpu version of torch on eicweb doesn't speed up things for our small model and takes a long time to install
4- torch == 2.5.1
4+ torch == 2.8.0+cpu
55uproot == 5.6.3
66pyHepMC3 == 3.3.0
77onnx == 1.17.0
You can’t perform that action at this time.
0 commit comments