fixed soem bugs; now photomaker model weights can be loaded into their tensor buffers

This commit is contained in:
bssrdf
2024-02-04 17:56:18 -05:00
parent cbfa702fad
commit 78651f2535
4 changed files with 36 additions and 10 deletions

View File

@@ -1319,7 +1319,6 @@ bool ModelLoader::load_tensors(on_new_tensor_cb_t on_new_tensor_cb, ggml_backend
continue;
}
// LOG_DEBUG("%s", tensor_storage.name.c_str());
ggml_tensor* dst_tensor = NULL;
success = on_new_tensor_cb(tensor_storage, &dst_tensor);