Skip to content

Commit

Permalink
fix sf14 obsoletion requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
allanjoseph98 committed Nov 26, 2024
1 parent ab98627 commit ac1f264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ceval/src/engines/engines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class Engines {
name: 'Stockfish 14 NNUE',
short: 'SF 14',
tech: 'NNUE',
obsoletedBy: 'allowLsfw',
obsoletedBy: 'dynamicImportFromWorker',
requires: ['sharedMem', 'simd'],
minMem: 2048,
assets: {
Expand Down

0 comments on commit ac1f264

Please sign in to comment.