cont : remove obsolete comment [no ci]
This commit is contained in:
parent
bdb43f6e9c
commit
29330dcb55
|
|
@ -3249,7 +3249,6 @@ struct clip_model_loader {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// return false if at least one op is not supported by the backend
|
|
||||||
static support_info_graph alloc_compute_meta(clip_ctx & ctx_clip) {
|
static support_info_graph alloc_compute_meta(clip_ctx & ctx_clip) {
|
||||||
const auto & hparams = ctx_clip.model.hparams;
|
const auto & hparams = ctx_clip.model.hparams;
|
||||||
ctx_clip.buf_compute_meta.resize(ctx_clip.max_nodes * ggml_tensor_overhead() + ggml_graph_overhead());
|
ctx_clip.buf_compute_meta.resize(ctx_clip.max_nodes * ggml_tensor_overhead() + ggml_graph_overhead());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue