mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
update ceval sf_dev to dev-20260213-77d46ff6 (sfnnv12)
This commit is contained in:
Generated
+5
-5
@@ -360,8 +360,8 @@ importers:
|
||||
specifier: ^0.3.1
|
||||
version: 0.3.1
|
||||
'@lichess-org/stockfish-web':
|
||||
specifier: 0.2.2
|
||||
version: 0.2.2
|
||||
specifier: 0.2.3
|
||||
version: 0.2.3
|
||||
'@lichess-org/zerofish':
|
||||
specifier: ^0.0.40
|
||||
version: 0.0.40
|
||||
@@ -821,8 +821,8 @@ packages:
|
||||
'@lichess-org/pgn-viewer@2.5.7':
|
||||
resolution: {integrity: sha512-sX+BNspjAZvvw+VMNjTEXtUP0ScsGuKQ7SxFxLqpZsdRqtPzY2BEZAnf4E38w6WsnY7Tb4KKOr/0jZbTm2fkIA==}
|
||||
|
||||
'@lichess-org/stockfish-web@0.2.2':
|
||||
resolution: {integrity: sha512-8MiUL3JRKGzxu4PdjU5Y4OFwArClpkdiPLrrdBjwN7WgaraYQcK+me1eZ2WN82AiW8VvGy/p1NpNachIB5SQbw==}
|
||||
'@lichess-org/stockfish-web@0.2.3':
|
||||
resolution: {integrity: sha512-tGCmBVklEQqJwN7pA6peGzgTw9F7Dk62Ajs53byL1EgGU75eqwzv1ZDecY4t7HAsxG5KlcVuEXWXwEDXkNR73w==}
|
||||
|
||||
'@lichess-org/vosk-browser@0.0.3':
|
||||
resolution: {integrity: sha512-kgxU346dZC/YbtVhqQTJbjZupUjuvwR3R270mGF5LJLmKAUCLRAQFhkRAqv4eUK1dmzu47ywN/SwrL5QrV7tCg==}
|
||||
@@ -2024,7 +2024,7 @@ snapshots:
|
||||
chessops: 0.15.0
|
||||
snabbdom: 3.5.1
|
||||
|
||||
'@lichess-org/stockfish-web@0.2.2': {}
|
||||
'@lichess-org/stockfish-web@0.2.3': {}
|
||||
|
||||
'@lichess-org/vosk-browser@0.0.3':
|
||||
dependencies:
|
||||
|
||||
@@ -8,13 +8,14 @@ NNUE models used by Website and mobile app.
|
||||
|
||||
file | used by
|
||||
--- | ---
|
||||
nn-1c0000000000.nnue | sf_17.1
|
||||
nn-3dd094f3dfcf.nnue | dev-20260204-fac506bd
|
||||
nn-4ca89e4b3abf.nnue | sf_18_smallnet
|
||||
nn-37f18f62d772.nnue | sf_17, sf_17.1, sf_18
|
||||
nn-7e1657811c6d.nnue | dev-20260213-77d46ff6
|
||||
nn-3dd094f3dfcf.nnue | dev-20260204-fac506bd
|
||||
nn-c288c895ea92.nnue | sf_18
|
||||
nn-1c0000000000.nnue | sf_17.1
|
||||
nn-1111cefa1111.nnue | sf_17
|
||||
nn-9067e33176e8.nnue | sf_17_smallnet
|
||||
nn-c288c895ea92.nnue | sf_18
|
||||
nn-37f18f62d772.nnue | small for: sf_17, sf_17.1, sf_18
|
||||
nn-ecb35f70ff2a.nnue | sf_16_smallnet
|
||||
3check-cb5f517c228b.nnue | fsf_14
|
||||
antichess-dd3cbe53cd4e.nnue | fsf_14
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e1657811c6d7246e7624e3dc1bc5f5309e6cea72d63ec8933bd3a7b0ad4bfab
|
||||
size 88464698
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@badrap/result": "^0.3.1",
|
||||
"@lichess-org/stockfish-web": "0.2.2",
|
||||
"@lichess-org/stockfish-web": "0.2.3",
|
||||
"@lichess-org/zerofish": "^0.0.40",
|
||||
"@types/debounce-promise": "^3.1.9",
|
||||
"debounce-promise": "^3.1.2",
|
||||
|
||||
@@ -84,8 +84,8 @@ export class Engines {
|
||||
{
|
||||
info: {
|
||||
id: '__sf_dev',
|
||||
name: 'Stockfish dev-20260204-fac506bd · 95MB SFNNv11',
|
||||
short: 'SF dev · 95MB',
|
||||
name: 'Stockfish 18+ dev-20260213-77d46ff6 · 88MB SFNNv12',
|
||||
short: 'SF dev · 88MB',
|
||||
tech: 'NNUE',
|
||||
requires: ['sharedMem', 'simd', 'dynamicImportFromWorker'],
|
||||
minMem: 2560,
|
||||
|
||||
Reference in New Issue
Block a user