Add Linux Vulkan support for local inference (#9038)
Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
@@ -32,6 +32,11 @@ npx tsx scripts/build-native.ts darwin-arm64 linux-x64
|
||||
The built binaries are placed into `ui/goose-binary/goose-binary-{platform}/bin/`.
|
||||
These directories are git-ignored.
|
||||
|
||||
Linux native binaries are built with local inference Vulkan support. Linux build
|
||||
hosts need Vulkan headers and `glslc`; Linux runtime hosts need the Vulkan loader
|
||||
package, such as `libvulkan1` on Debian/Ubuntu or `vulkan-loader` on RPM-based
|
||||
distributions.
|
||||
|
||||
## Publishing
|
||||
|
||||
Publishing is handled by GitHub Actions. See `.github/workflows/publish-npm.yml`.
|
||||
|
||||
Reference in New Issue
Block a user