mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
rename define to match upstream
This commit is contained in:
parent
22ef97d7d3
commit
499283c63a
6 changed files with 13 additions and 11 deletions
|
@ -161,7 +161,7 @@ public:
|
|||
bool diffusion_flash_attn) {
|
||||
use_tiny_autoencoder = taesd_path.size() > 0;
|
||||
std::string taesd_path_fixed = taesd_path;
|
||||
#ifdef SD_USE_CUBLAS
|
||||
#ifdef SD_USE_CUDA
|
||||
LOG_DEBUG("Using CUDA backend");
|
||||
backend = ggml_backend_cuda_init(0);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue