Skip to content

Commit

Permalink
Updated net, released v1.2.1 (bench: 2734556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmoth committed Oct 12, 2024
1 parent 34530be commit 97c0687
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: src/Sapling
id: get_version
run: |
VERSION=1.2.0
VERSION=1.2.1
echo "Application version: $VERSION"
echo "::set-output name=version::$VERSION"
Expand Down
Binary file not shown.
8 changes: 8 additions & 0 deletions src/Sapling.Engine/Resources/WeightsHistory/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,11 @@ Data: 1.5bn positions
WDL: 0.3
LR: CosineDecayLR 0.001 * 0.3 * 0.3 * 0.3
SuperBatches: 240

----------------------------------
19_(768x4-1024)x2-8
----------------------------------
Data: 1.7bn positions
WDL: 0.3
LR: CosineDecayLR 0.001 * 0.3 * 0.3 * 0.3
SuperBatches: 260
Binary file modified src/Sapling.Engine/Resources/sapling.nnue
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Sapling/Sapling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Nullable>enable</Nullable>
<ApplicationIcon>logo.ico</ApplicationIcon>
<Title>Sapling</Title>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2.0.0</Version>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<FileVersion>1.2.1.0</FileVersion>
<Version>1.2.1.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit 97c0687

Please sign in to comment.