Skip to content

Commit

Permalink
fix: engine init is broken (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Aug 16, 2024
1 parent 365b6f9 commit 337de1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-js/src/usecases/engines/engines.usecase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class EnginesUsecases {
? '-mac'
: '-linux',
// CPU Instructions - CPU | GPU Non-Vulkan
!isVulkan
!isVulkan && engine === Engines.llamaCPP
? `-noavx`
: '',
// Cuda
Expand Down

0 comments on commit 337de1e

Please sign in to comment.