mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 19:51:01 +00:00
test copying from install
This commit is contained in:
parent
02892c5cbd
commit
bb7eb36134
2 changed files with 46 additions and 19 deletions
|
|
@ -53,10 +53,15 @@ jobs:
|
|||
mv bin/Release/koboldcpp_cublas.dll ../koboldcpp_cublas.dll
|
||||
cd ..
|
||||
|
||||
- name: Download CuBLAS Libraries
|
||||
# - name: Download CuBLAS Libraries
|
||||
# run: |
|
||||
# curl -L https://github.com/LostRuins/koboldcpp/releases/download/cuda11_cublas_libraries/cublas64_11.dll --output cublas64_11.dll
|
||||
# curl -L https://github.com/LostRuins/koboldcpp/releases/download/cuda11_cublas_libraries/cublasLt64_11.dll --output cublasLt64_11.dll
|
||||
# ls
|
||||
- name: Copy CuBLAS Libraries
|
||||
run: |
|
||||
curl -L https://github.com/LostRuins/koboldcpp/releases/download/cuda11_cublas_libraries/cublas64_11.dll --output cublas64_11.dll
|
||||
curl -L https://github.com/LostRuins/koboldcpp/releases/download/cuda11_cublas_libraries/cublasLt64_11.dll --output cublasLt64_11.dll
|
||||
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\cublas64_11.dll" .\ /Y
|
||||
ls
|
||||
|
||||
- name: Package PyInstallers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue