mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 11:40:43 +00:00
test automatic vk shader rebuilding
This commit is contained in:
parent
e75539e8cb
commit
2c9ade61fe
9 changed files with 34 additions and 4 deletions
|
|
@ -42,6 +42,12 @@ jobs:
|
|||
wmic cpu get name
|
||||
wmic os get TotalVisibleMemorySize, FreePhysicalMemory
|
||||
|
||||
- name: Rebuild Vulkan Shaders
|
||||
id: make_vk_shaders
|
||||
run: |
|
||||
make vulkan_shaders_gen -j ${env:NUMBER_OF_PROCESSORS}
|
||||
echo "Vulkan Shaders Rebuilt"
|
||||
|
||||
- name: Build Non-CUDA
|
||||
id: make_build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue