mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-13 18:39:48 +00:00
try fix cuda compile
This commit is contained in:
parent
3e8bb10e2d
commit
3a9d498334
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#define GGML_CUDA_MAX_DEVICES 16
|
#define GGML_CUDA_MAX_DEVICES 16
|
||||||
|
|
||||||
GGML_API GGML_CALL void ggml_cuda_set_mul_mat_q(bool mul_mat_q);
|
GGML_API void ggml_cuda_set_mul_mat_q(bool mul_mat_q);
|
||||||
// backend API
|
// backend API
|
||||||
GGML_API ggml_backend_t ggml_backend_cuda_init(int device);
|
GGML_API ggml_backend_t ggml_backend_cuda_init(int device);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue