| 2814 | } |
| 2815 | |
| 2816 | bool check_vram_allocable(size_t vram_budget) { |
| 2817 | return vram_budget >= vram_required; |
| 2818 | } |
| 2819 | |
| 2820 | int load_gpu_idx_for_model(llama_model * model) { |
| 2821 | int n_layers = model->layers.size(); |
no outgoing calls
no test coverage detected