Skip to content

Commit 4973a0b

Browse files
authored
fix: gpulayers where not set correctly on MacOS (#1555) (#1556)
Fixes #1548 Signed-off-by: Jeff MAURY <jmaury@redhat.com>
1 parent bc27e5c commit 4973a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backend/src/workers/provider/LlamaCppPython.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export class LlamaCppPython extends InferenceProvider {
127127
];
128128
break;
129129
case VMType.LIBKRUN:
130+
case VMType.LIBKRUN_LABEL:
130131
supported = true;
131132
devices.push({
132133
PathOnHost: '/dev/dri',

0 commit comments

Comments
 (0)