Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 337de1e

Browse files
authored
fix: engine init is broken (#1022)
1 parent 365b6f9 commit 337de1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-js/src/usecases/engines/engines.usecase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export class EnginesUsecases {
101101
? '-mac'
102102
: '-linux',
103103
// CPU Instructions - CPU | GPU Non-Vulkan
104-
!isVulkan
104+
!isVulkan && engine === Engines.llamaCPP
105105
? `-noavx`
106106
: '',
107107
// Cuda

0 commit comments

Comments
 (0)