Skip to content

Commit 97c0687

Browse files
committed
Updated net, released v1.2.1 (bench: 2734556)
1 parent 34530be commit 97c0687

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.github/workflows/release-pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
working-directory: src/Sapling
2626
id: get_version
2727
run: |
28-
VERSION=1.2.0
28+
VERSION=1.2.1
2929
echo "Application version: $VERSION"
3030
echo "::set-output name=version::$VERSION"
3131
Binary file not shown.

src/Sapling.Engine/Resources/WeightsHistory/log.txt

+8
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,11 @@ Data: 1.5bn positions
158158
WDL: 0.3
159159
LR: CosineDecayLR 0.001 * 0.3 * 0.3 * 0.3
160160
SuperBatches: 240
161+
162+
----------------------------------
163+
19_(768x4-1024)x2-8
164+
----------------------------------
165+
Data: 1.7bn positions
166+
WDL: 0.3
167+
LR: CosineDecayLR 0.001 * 0.3 * 0.3 * 0.3
168+
SuperBatches: 260
0 Bytes
Binary file not shown.

src/Sapling/Sapling.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<Nullable>enable</Nullable>
88
<ApplicationIcon>logo.ico</ApplicationIcon>
99
<Title>Sapling</Title>
10-
<AssemblyVersion>1.2.0.0</AssemblyVersion>
11-
<FileVersion>1.2.0.0</FileVersion>
12-
<Version>1.2.0.0</Version>
10+
<AssemblyVersion>1.2.1.0</AssemblyVersion>
11+
<FileVersion>1.2.1.0</FileVersion>
12+
<Version>1.2.1.0</Version>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
</PropertyGroup>
1515

0 commit comments

Comments
 (0)