Add Linux Vulkan support for local inference (#9038)
Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
@@ -50,6 +50,14 @@
|
||||
"../distro": "distro"
|
||||
},
|
||||
"externalBin": ["../../../target/release/goose"],
|
||||
"linux": {
|
||||
"deb": {
|
||||
"depends": ["libvulkan1"]
|
||||
},
|
||||
"rpm": {
|
||||
"depends": ["vulkan-loader"]
|
||||
}
|
||||
},
|
||||
"macOS": {
|
||||
"entitlements": "entitlements.plist",
|
||||
"hardenedRuntime": true
|
||||
|
||||
Reference in New Issue
Block a user