Skip to content

Commit

Permalink
fix: remove cgroup when adding device (#1489)
Browse files Browse the repository at this point in the history
Signed-off-by: lstocchi <[email protected]>
  • Loading branch information
lstocchi authored Aug 6, 2024
1 parent e21db90 commit 8f4df80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/workers/provider/LlamaCppPython.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class LlamaCppPython extends InferenceProvider {
devices.push({
PathOnHost: '/dev/dri',
PathInContainer: '/dev/dri',
CgroupPermissions: 'r',
CgroupPermissions: '',
});
break;
}
Expand Down

0 comments on commit 8f4df80

Please sign in to comment.