Skip to content

Commit

Permalink
Merge branch 'master' into close-dialogue-after-flip
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas authored Jan 17, 2025
2 parents 9ac6509 + c65abd7 commit 143ae5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/ceval/src/engines/engines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class Engines {
variants: [key],
cloudEval: true,
assets: {
version: 'sfw006',
version: 'sfw008',
root: 'npm/lila-stockfish-web',
nnue: [`${variantMap(key)}-${nnue}.nnue`],
js: 'fsf14.js',
Expand Down Expand Up @@ -75,7 +75,7 @@ export class Engines {
minMem: 1536,
cloudEval: true,
assets: {
version: 'sfw006',
version: 'sfw008',
root: 'npm/lila-stockfish-web',
js: 'sf16-7.js',
},
Expand All @@ -92,7 +92,7 @@ export class Engines {
minMem: 2560,
cloudEval: true,
assets: {
version: 'sfw006',
version: 'sfw008',
root: 'npm/lila-stockfish-web',
js: 'sf17-79.js',
},
Expand Down Expand Up @@ -127,7 +127,7 @@ export class Engines {
requires: ['sharedMem', 'simd', 'dynamicImportFromWorker'],
variants: variants.map(v => v[0]),
assets: {
version: 'sfw006',
version: 'sfw008',
root: 'npm/lila-stockfish-web',
js: 'fsf14.js',
},
Expand Down

0 comments on commit 143ae5b

Please sign in to comment.