Skip to content

Commit

Permalink
fix: correct vulkan settings (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Feb 22, 2024
1 parent 98b7fd2 commit 3c8caf3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions extensions/inference-nitro-extension/src/node/accelerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ const DEFALT_SETTINGS = {
gpus_in_use: [],
is_initial: true,
// TODO: This needs to be set based on user toggle in settings
vulkan: {
enabled: true,
gpu_in_use: '1',
},
vulkan: false
}

/**
Expand Down

0 comments on commit 3c8caf3

Please sign in to comment.