mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 01:54:37 +00:00
updated workflow for windows build (+1 squashed commits)
Squashed commits: [b7e59661] test workflow
This commit is contained in:
parent
c80e24a96f
commit
790b58fbf6
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ jobs:
|
||||||
# ls
|
# ls
|
||||||
- name: Copy CuBLAS Libraries
|
- name: Copy CuBLAS Libraries
|
||||||
run: |
|
run: |
|
||||||
copy "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.4\bin\cublasLt64_11.dll" .\ /Y
|
copy "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.4\bin\cublasLt64_11.dll" .
|
||||||
copy "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.4\bin\cublas64_11.dll" .\ /Y
|
copy "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.4\bin\cublas64_11.dll" .
|
||||||
ls
|
ls
|
||||||
|
|
||||||
- name: Package PyInstallers
|
- name: Package PyInstallers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue