mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 03:49:42 +00:00
add vk shaders source (+1 squashed commits)
Squashed commits: [45359f49] add vk shaders source
This commit is contained in:
parent
c92b0cf1a4
commit
8415cac7ac
1 changed files with 16 additions and 0 deletions
|
@ -84,3 +84,19 @@ jobs:
|
|||
with:
|
||||
name: kcpp_windows_pyinstallers
|
||||
path: dist/
|
||||
|
||||
- name: Generate VK Instructions
|
||||
id: gen_vk_instructions
|
||||
run: |
|
||||
echo "If you cannot compile vulkan shaders yourself with glslc, you can manually patch in precompiled vulkan shader source files. Copy these 2 files to the ggml/src directory before building." > vulkan-readme.txt
|
||||
|
||||
- name: Save Standalone Vulkan Shaders
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: vulkan_precompiled_shaders
|
||||
path: |
|
||||
ggml/src/ggml-vulkan-shaders.cpp
|
||||
ggml/src/ggml-vulkan-shaders.hpp
|
||||
vulkan-readme.txt
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue