Skip to content

Commit

Permalink
fix: gpulayers where not set correctly on MacOS (#1555) (#1556)
Browse files Browse the repository at this point in the history
Fixes #1548

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored Aug 16, 2024
1 parent bc27e5c commit 4973a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/workers/provider/LlamaCppPython.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export class LlamaCppPython extends InferenceProvider {
];
break;
case VMType.LIBKRUN:
case VMType.LIBKRUN_LABEL:
supported = true;
devices.push({
PathOnHost: '/dev/dri',
Expand Down

0 comments on commit 4973a0b

Please sign in to comment.