mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
test automatic vk shader rebuilding
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user