File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : pnpm/action-setup@v4
1313 with :
14- version : 10
14+ version : 7.33.7
1515 - uses : actions/setup-node@v4
1616 with :
1717 node-version : 22
4848 - uses : actions/checkout@v4
4949 - uses : pnpm/action-setup@v4
5050 with :
51- version : 10
51+ version : 7.33.7
5252 - uses : actions/setup-node@v4
5353 with :
5454 node-version : 22
8888 - uses : actions/checkout@v4
8989 - uses : pnpm/action-setup@v4
9090 with :
91- version : 10
91+ version : 7.33.7
9292 - uses : actions/setup-node@v4
9393 with :
9494 node-version : 22
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : pnpm/action-setup@v4
1818 with :
19- version : 10
19+ version : 7.33.7
2020 - uses : actions/setup-node@v4
2121 with :
2222 node-version : 22
5757 - uses : actions/checkout@v4
5858 - uses : pnpm/action-setup@v4
5959 with :
60- version : 10
60+ version : 7.33.7
6161 - uses : actions/setup-node@v4
6262 with :
6363 node-version : 22
@@ -102,7 +102,7 @@ jobs:
102102 - uses : actions/checkout@v4
103103 - uses : pnpm/action-setup@v4
104104 with :
105- version : 10
105+ version : 7.33.7
106106 - uses : actions/setup-node@v4
107107 with :
108108 node-version : 22
Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ training/*
2121! training /reports /* .md
2222! training /registry /
2323! training /registry /* .json
24+ training /reports /* .json
25+ training /runs /** /artifacts /**
26+ training /runs /** /checkpoints /**
27+ training /runs /** /data /**
28+ training /runs /** /logs /**
29+ training /runs /** /reports /**
2430
2531research /*
2632! research /README.md
@@ -30,3 +36,4 @@ research/experiments/
3036* .ckpt
3137* .onnx
3238* .safetensors
39+ tmp_img_ * .jpg
You can’t perform that action at this time.
0 commit comments