mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 01:41:37 +00:00
edit a line
This commit is contained in:
parent
11f993ca10
commit
2837705cac
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
- name: Generate VK Instructions
|
- name: Generate VK Instructions
|
||||||
id: gen_vk_instructions
|
id: gen_vk_instructions
|
||||||
run: |
|
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
|
echo "If you cannot compile vulkan shaders yourself with glslc, you can manually patch in precompiled vulkan shader source files. Copy ggml-vulkan-shaders.cpp and ggml-vulkan-shaders.hpp to the ggml/src subdirectory in KoboldCpp source files before building." > vulkan-readme.txt
|
||||||
|
|
||||||
- name: Save Standalone Vulkan Shaders
|
- name: Save Standalone Vulkan Shaders
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue