Add Linux Vulkan support for local inference (#9038)
Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
@@ -79,7 +79,10 @@ jobs:
|
||||
protobuf-compiler \
|
||||
flatpak \
|
||||
flatpak-builder \
|
||||
elfutils
|
||||
elfutils \
|
||||
libvulkan-dev \
|
||||
libvulkan1 \
|
||||
glslc
|
||||
|
||||
- name: Setup Flatpak Runtimes
|
||||
run: |
|
||||
@@ -110,7 +113,7 @@ jobs:
|
||||
source ./bin/activate-hermit
|
||||
export TARGET="x86_64-unknown-linux-gnu"
|
||||
rustup target add "${TARGET}"
|
||||
cross build --release --target ${TARGET} -p goose-server
|
||||
cross build --release --target ${TARGET} -p goose-server --features vulkan
|
||||
|
||||
- name: Copy binaries into Electron folder
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user