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
|
@ -15,7 +15,7 @@ struct UpscalerGGML {
|
|||
}
|
||||
|
||||
bool load_from_file(const std::string& esrgan_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