This commit is contained in:
Minsoo Cheong 2024-04-05 00:37:38 +09:00
parent c666ba26c3
commit 31b0d99598

View file

@ -13985,7 +13985,6 @@ struct llama_model_params llama_model_default_params() {
// note: we usually have plenty of VRAM, so by default offload all layers to the GPU
result.n_gpu_layers = 999;
#endif
return result;
}