Fix windows cuda build
* add ggml-cuda.cu * sort out linker paths using CUDA_PATH
This commit is contained in:
parent
93f8d92d56
commit
435a736af1
2 changed files with 14 additions and 3 deletions
|
|
@ -17,6 +17,8 @@ include = [
|
|||
"whisper.cpp/ggml.h",
|
||||
"whisper.cpp/ggml-opencl.c",
|
||||
"whisper.cpp/ggml-opencl.h",
|
||||
"whisper.cpp/ggml-cuda.cu",
|
||||
"whisper.cpp/ggml-cuda.h",
|
||||
"whisper.cpp/LICENSE",
|
||||
"whisper.cpp/whisper.cpp",
|
||||
"whisper.cpp/whisper.h",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue