We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ee0e9 commit 9175c82Copy full SHA for 9175c82
.github/workflows/build-pyinstaller.yml
@@ -17,6 +17,11 @@ jobs:
17
rid: linux-x64
18
19
steps:
20
+ - name: Install Vulkan SDK
21
+ uses: jakoch/install-vulkan-sdk-action@v1
22
+ with:
23
+ cache: true
24
+
25
- name: Checkout code
26
uses: actions/checkout@v3
27
@@ -32,11 +37,6 @@ jobs:
32
37
run: uv sync
33
38
shell: bash
34
39
35
- - name: Install Vulkan SDK
36
- uses: jakoch/install-vulkan-sdk-action@v1
- with:
- cache: true
-
40
- name: Build llama-cpp-python with Vulkan support
41
run: CMAKE_ARGS="-DGGML_VULKAN=on" uv pip install llama-cpp-python --no-cache
42
0 commit comments